OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clock_monotonic
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time.py
89
clock_monotonic
= GetClockGetTimeClockNumber(plat)
106
if clock_gettime(
clock_monotonic
, ctypes.pointer(ts)):
/external/dhcpcd-6.8.2/
common.c
86
* Which is why we use
CLOCK_MONOTONIC
, but it is not available on all
94
#if defined(_POSIX_MONOTONIC_CLOCK) && defined(
CLOCK_MONOTONIC
)
95
return clock_gettime(
CLOCK_MONOTONIC
, ts);
107
clock_monotonic
= posix_clock_set = 1;
110
if (
clock_monotonic
) {
common.h
155
extern int
clock_monotonic
;
/external/fio/
configure
330
clock_gettime="yes" #
clock_monotonic
probe has dependency on this
331
clock_monotonic
="yes"
843
#
CLOCK_MONOTONIC
probe
844
if test "$
clock_monotonic
" != "yes" ; then
845
clock_monotonic
="no"
853
return clock_gettime(
CLOCK_MONOTONIC
, NULL);
857
clock_monotonic
="yes"
860
echo "
CLOCK_MONOTONIC
$
clock_monotonic
"
[
all
...]
/external/libusb/libusb/os/
darwin_usb.c
69
static clock_serv_t
clock_monotonic
;
variable
537
host_get_clock_service(host_self, SYSTEM_CLOCK, &
clock_monotonic
);
554
mach_port_deallocate(mach_task_self(),
clock_monotonic
);
local
[
all
...]
Completed in 8886 milliseconds