HomeSort by: relevance | last modified time | path
    Searched defs:first_timestamp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/logging/
operations.cpp 91 static optional< datetime::timestamp > first_timestamp = none; member in namespace:__anon6997
139 if (!first_timestamp)
140 first_timestamp = datetime::timestamp::now();
143 first_timestamp.get().strftime(timestamp_format));
161 if (!first_timestamp)
162 first_timestamp = now;
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_consume.c 3003 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 &&

Completed in 49 milliseconds