Home
last modified time | relevance | path

Searched refs:clkid (Results 1 – 4 of 4) sorted by relevance

/external/eigen/bench/btl/generic_bench/timers/
Dportable_timer.hh106 Portable_Timer(int clkid) : m_clkid(clkid) in Portable_Timer() argument
/external/libusb/libusb/
Dlibusbi.h774 int (*clock_gettime)(int clkid, struct timespec *tp);
/external/chromium/third_party/libevent/
Devdns.c1047 static int clkid = -1; in default_transaction_id_fn() local
1048 if (clkid == -1) { in default_transaction_id_fn()
1049 clkid = CLOCK_REALTIME; in default_transaction_id_fn()
1052 clkid = CLOCK_MONOTONIC; in default_transaction_id_fn()
1055 if (clock_gettime(clkid, &ts) == -1) in default_transaction_id_fn()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c1906 vki_clockid_t, clkid, int, flags, in PRE()