Searched refs:uv_cond_wait (Results 1 – 9 of 9) sorted by relevance
/libuv/src/ |
H A D | thread-common.c | 102 uv_cond_wait((uv_cond_t*) &b->cond, &b->mutex); in uv_barrier_wait() 110 uv_cond_wait((uv_cond_t*) &b->cond, &b->mutex); in uv_barrier_wait() 136 uv_cond_wait((uv_cond_t*) &b->cond, &b->mutex); in uv_barrier_destroy()
|
H A D | threadpool.c | 76 uv_cond_wait(&cond, &mutex); in worker()
|
/libuv/test/ |
H A D | test-mutexes.c | 103 for (current = step; current == step; uv_cond_wait(&condvar, &mutex)); in synchronize()
|
H A D | test-condvar.c | 114 uv_cond_wait(&c->cond, &c->mutex); in condvar_wait()
|
/libuv/src/unix/ |
H A D | thread.c | 592 uv_cond_wait(&sem->cond, &sem->mutex); in uv__custom_sem_wait() 794 void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex) { in uv_cond_wait() function 813 void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex) { in uv_cond_wait() function
|
/libuv/docs/src/ |
H A D | threading.rst | 218 1. Callers should be prepared to deal with spurious wakeups on :c:func:`uv_cond_wait` 232 .. c:function:: void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex)
|
/libuv/src/win/ |
H A D | thread.c | 425 void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex) { in uv_cond_wait() function
|
/libuv/include/ |
H A D | uv.h | 1856 UV_EXTERN void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex);
|
/libuv/ |
H A D | ChangeLog | 2614 * test: make test-condvar call uv_cond_wait (Jamie Davis) 3913 * test: fix deadlocks in uv_cond_wait (Katsutoshi Horie)
|
Completed in 40 milliseconds