Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_time.h13 #define NXT_INFINITE_NSEC ((nxt_nsec_t) -1) macro
H A Dnxt_thread_cond.c69 if (timeout == NXT_INFINITE_NSEC) { in nxt_thread_cond_wait()
H A Dnxt_semaphore.c86 if (timeout == NXT_INFINITE_NSEC) { in nxt_sem_wait()