HomeSort by relevance Sort by last modified time
    Searched full:posix_clock (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd/
common.c 200 static clockid_t posix_clock; local
204 posix_clock = CLOCK_MONOTONIC;
210 if (clock_gettime(posix_clock, &ts) == 0) {
  /external/bluetooth/glib/gthread/
gthread-posix.c 124 static gint posix_clock = 0; variable
152 posix_clock = CLOCK_MONOTONIC;
154 posix_clock = CLOCK_REALTIME;
435 clock_gettime (posix_clock, &tv);

Completed in 31 milliseconds