Searched defs:start_timestamp (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTrace.hpp71 jlong start_timestamp() const { return _start_timestamp; } function in class:VALUE_OBJ_CLASS_SPEC
/systemd/src/core/
H A Dexecute.h73 dual_timestamp start_timestamp; member in struct:ExecStatus
/systemd/src/systemctl/
H A Dsystemctl.c3253 usec_t start_timestamp; member in struct:ExecStatusInfo
3272 uint64_t start_timestamp, exit_timestamp, start_timestamp_monotonic, exit_timestamp_monotonic; local
3302 &start_timestamp, &start_timestamp_monotonic,
3310 i->start_timestamp = (usec_t) start_timestamp;
3362 usec_t start_timestamp; member in struct:UnitStatusInfo
3609 i->start_timestamp == p->start_timestamp &&
3610 i->exit_timestamp == p->start_timestamp)
3891 i->start_timestamp
[all...]

Completed in 64 milliseconds