Searched defs:cond (Results 1 – 2 of 2) sorted by relevance
11 nxt_thread_cond_create(nxt_thread_cond_t *cond) in nxt_thread_cond_create()27 nxt_thread_cond_destroy(nxt_thread_cond_t *cond) in nxt_thread_cond_destroy()41 nxt_thread_cond_signal(nxt_thread_cond_t *cond) in nxt_thread_cond_signal()58 nxt_thread_cond_wait(nxt_thread_cond_t *cond, nxt_thread_mutex_t *mtx, in nxt_thread_cond_wait()
20 nxt_thread_cond_t cond; member