Searched refs:clock_id (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dostime.h16 int clock_gettime(clockid_t clock_id, struct timespec* tp);
17 int clock_settime(clockid_t clock_id, const struct timespec* tp);
/external/fio/os/windows/
H A Dposix.h7 extern int clock_gettime(clockid_t clock_id, struct timespec *tp);
H A Dposix.c419 int clock_gettime(clockid_t clock_id, struct timespec *tp) argument
423 if (clock_id == CLOCK_MONOTONIC)
444 else if (clock_id == CLOCK_REALTIME)
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dsw-clock.c19 static int __test__sw_clock_freq(enum perf_sw_ids clock_id) argument
30 .config = clock_id,
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_unix.c67 static clockid_t clock_id = CLOCK_BOOTTIME; local
69 static clockid_t clock_id = CLOCK_MONOTONIC;
71 static clockid_t clock_id = CLOCK_REALTIME;
77 res = clock_gettime(clock_id, &ts);
83 switch (clock_id) {
86 clock_id = CLOCK_MONOTONIC;
91 clock_id = CLOCK_REALTIME;
/external/wpa_supplicant_8/src/utils/
H A Dos_unix.c67 static clockid_t clock_id = CLOCK_BOOTTIME; local
69 static clockid_t clock_id = CLOCK_MONOTONIC;
71 static clockid_t clock_id = CLOCK_REALTIME;
77 res = clock_gettime(clock_id, &ts);
83 switch (clock_id) {
86 clock_id = CLOCK_MONOTONIC;
91 clock_id = CLOCK_REALTIME;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_unix.c67 static clockid_t clock_id = CLOCK_BOOTTIME; local
69 static clockid_t clock_id = CLOCK_MONOTONIC;
71 static clockid_t clock_id = CLOCK_REALTIME;
77 res = clock_gettime(clock_id, &ts);
83 switch (clock_id) {
86 clock_id = CLOCK_MONOTONIC;
91 clock_id = CLOCK_REALTIME;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_solaris.h330 extern int _pr_solx86_clock_gettime(clockid_t clock_id, struct timespec *tp);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c4311 clock_id_t clock_id; member in struct:__anon31704
4317 PRINT("host_get_clock_service(mach_host_self(), %d)", req->clock_id);

Completed in 258 milliseconds