OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:posix_clock
(Results
1 - 2
of
2
) sorted by null
/external/dhcpcd/
common.c
149
static clockid_t
posix_clock
;
local
153
posix_clock
= CLOCK_MONOTONIC;
159
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 1061 milliseconds