Searched refs:uv_cond_wait (Results 1 - 13 of 13) sorted by relevance
/third_party/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 | 80 uv_cond_wait(&dump_cond, &statistic_mutex); in uv_dump_worker() 361 uv_cond_wait(&cond, &mutex); in worker()
|
/third_party/node/deps/uv/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
|
/third_party/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
|
/third_party/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() 126 /* uv_cond_wait: One thread signals, the other waits. */ 145 /* uv_cond_wait: One thread broadcasts, the other waits. */
|
/third_party/libuv/src/win/ |
H A D | thread.c | 447 void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex) { in uv_cond_wait() function
|
/third_party/node/src/ |
H A D | node_mutex.h | 175 uv_cond_wait(cond, mutex); in cond_wait()
|
/third_party/node/deps/uv/src/ |
H A D | threadpool.c | 76 uv_cond_wait(&cond, &mutex); in worker()
|
/third_party/node/deps/uv/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
|
/third_party/libuv/include/ |
H A D | uv.h | 1869 UV_EXTERN void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex);
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1731 UV_EXTERN void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex);
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1755 UV_EXTERN void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex);
|
Completed in 20 milliseconds