Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_errno.h38 #define NXT_ETIMEDOUT ETIMEDOUT macro
H A Dnxt_thread_cond.c97 if (nxt_fast_path(err == 0 || err == NXT_ETIMEDOUT)) { in nxt_thread_cond_wait()
H A Dnxt_semaphore.c151 case NXT_ETIMEDOUT: in nxt_sem_wait()
H A Dnxt_socket.c347 case NXT_ETIMEDOUT: in nxt_socket_error_level()
H A Dnxt_thread_pool.c188 if (err == NXT_ETIMEDOUT) { in nxt_thread_pool_wait()