OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clock_monotonic
(Results
1 - 2
of
2
) sorted by null
/external/dhcpcd/
common.c
63
int
clock_monotonic
;
variable
139
* Which is why we use
CLOCK_MONOTONIC
, but it is not available on all
147
#if defined(_POSIX_MONOTONIC_CLOCK) && defined(
CLOCK_MONOTONIC
)
152
if (clock_gettime(
CLOCK_MONOTONIC
, &ts) == 0) {
153
posix_clock =
CLOCK_MONOTONIC
;
154
clock_monotonic
= posix_clock_set = 1;
158
if (
clock_monotonic
) {
177
clock_monotonic
= posix_clock_set = 1;
180
if (
clock_monotonic
) {
/external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c
50
static clock_serv_t
clock_monotonic
;
variable
430
host_get_clock_service(host_self, SYSTEM_CLOCK, &
clock_monotonic
);
447
mach_port_deallocate(mach_task_self(),
clock_monotonic
);
local
[
all
...]
Completed in 439 milliseconds