OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clock_monotonic
(Results
1 - 4
of
4
) 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
) {
common.h
73
extern int
clock_monotonic
;
bind.c
133
if (
clock_monotonic
)
/external/fio/
configure
702
#
CLOCK_MONOTONIC
probe
703
clock_monotonic
="no"
710
return clock_gettime(
CLOCK_MONOTONIC
, NULL);
714
clock_monotonic
="yes"
717
echo "
CLOCK_MONOTONIC
$
clock_monotonic
"
[
all
...]
Completed in 429 milliseconds