Home
last modified time | relevance | path

Searched refs:uv_cond_wait (Results 1 - 13 of 13) sorted by relevance

/third_party/libuv/src/
H A Dthread-common.c102 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 Dthreadpool.c80 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 Dthread.c105 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 Dthread.c592 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 Dtest-mutexes.c103 for (current = step; current == step; uv_cond_wait(&condvar, &mutex)); in synchronize()
H A Dtest-condvar.c114 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 Dthread.c447 void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex) { in uv_cond_wait() function
/third_party/node/src/
H A Dnode_mutex.h175 uv_cond_wait(cond, mutex); in cond_wait()
/third_party/node/deps/uv/src/
H A Dthreadpool.c76 uv_cond_wait(&cond, &mutex); in worker()
/third_party/node/deps/uv/src/win/
H A Dthread.c372 void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex) { in uv_cond_wait() function
/third_party/libuv/include/
H A Duv.h1869 UV_EXTERN void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex);
/third_party/libuv/include/uv_ndk/
H A Duv.h1731 UV_EXTERN void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex);
/third_party/node/deps/uv/include/
H A Duv.h1755 UV_EXTERN void uv_cond_wait(uv_cond_t* cond, uv_mutex_t* mutex);

Completed in 20 milliseconds