Home
last modified time | relevance | path

Searched refs:first_timestamp (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/kyua-cli/dist/utils/logging/
Doperations.cpp91 static optional< datetime::timestamp > first_timestamp = none; variable
139 if (!first_timestamp) in generate_log_name()
140 first_timestamp = datetime::timestamp::now(); in generate_log_name()
143 first_timestamp.get().strftime(timestamp_format)); in generate_log_name()
161 if (!first_timestamp) in log()
162 first_timestamp = now; in log()
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_consume.c3003 uint64_t first_timestamp = 0; local
3024 if (first_timestamp == 0)
3025 first_timestamp = buf->dtbd_timestamp;
3026 assert(buf->dtbd_timestamp >= first_timestamp);
3054 if (timestamp == first_timestamp &&