Home
last modified time | relevance | path

Searched refs:timeout_clock (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/nscd/
Dconnections.c1486 static clockid_t timeout_clock = CLOCK_REALTIME; variable
1508 if (__glibc_unlikely (clock_gettime (timeout_clock, &prune_ts) == -1)) in nscd_run_prune()
1580 if (clock_gettime (timeout_clock, &prune_ts) == -1) in nscd_run_prune()
2359 timeout_clock = CLOCK_MONOTONIC; in start_threads()