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 | 613 uv_cond_wait(&sem->cond, &sem->mutex); in uv__custom_sem_wait() 815 void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex) { in uv_cond_wait() function 834 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 | 243 1. Callers should be prepared to deal with spurious wakeups on :c:func:`uv_cond_wait` 257 .. c:function:: void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex)
|
/libuv/src/win/ |
H A D | thread.c | 499 void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex) { in uv_cond_wait() function
|
/libuv/include/ |
H A D | uv.h | 1862 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 28 milliseconds