OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clkid
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/
evdns.c
1047
static int
clkid
= -1;
local
1048
if (
clkid
== -1) {
1049
clkid
= CLOCK_REALTIME;
1052
clkid
= CLOCK_MONOTONIC;
1055
if (clock_gettime(
clkid
, &ts) == -1)
[
all
...]
/external/chromium_org/third_party/libevent/
evdns.c
1047
static int
clkid
= -1;
local
1048
if (
clkid
== -1) {
1049
clkid
= CLOCK_REALTIME;
1052
clkid
= CLOCK_MONOTONIC;
1055
if (clock_gettime(
clkid
, &ts) == -1)
[
all
...]
Completed in 106 milliseconds