Searched refs:uv_cond_wait (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | thread.c | 105 uv_cond_wait(&b->cond, &b->mutex); in uv_barrier_wait() 125 uv_cond_wait(&b->cond, &b->mutex); in uv_barrier_destroy() 599 uv_cond_wait(&sem->cond, &sem->mutex); in uv__custom_sem_wait() 799 void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex) { in uv_cond_wait() function
|
/netbsd-src/external/mit/libuv/dist/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()
|
/netbsd-src/external/mit/libuv/dist/docs/src/ |
H A D | threading.rst | 163 1. Callers should be prepared to deal with spurious wakeups on :c:func:`uv_cond_wait` 177 .. c:function:: void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex)
|
/netbsd-src/external/mit/libuv/dist/src/ |
H A D | threadpool.c | 76 uv_cond_wait(&cond, &mutex); in worker()
|
/netbsd-src/external/mit/libuv/dist/src/win/ |
H A D | thread.c | 372 void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex) { in uv_cond_wait() function
|
/netbsd-src/external/mit/libuv/dist/include/ |
H A D | uv.h | 1755 UV_EXTERN void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex);
|
/netbsd-src/external/mit/libuv/dist/ |
H A D | ChangeLog | 1811 * test: make test-condvar call uv_cond_wait (Jamie Davis) 3110 * test: fix deadlocks in uv_cond_wait (Katsutoshi Horie)
|