Home
last modified time | relevance | path

Searched refs:uv_cond_destroy (Results 1 – 8 of 8) sorted by relevance

/libuv/test/
H A Dtest-mutexes.c179 uv_cond_destroy(&condvar); in TEST_IMPL()
H A Dtest-condvar.c66 uv_cond_destroy(&wc->cond); in worker_config_destroy()
/libuv/src/
H A Dthread-common.c143 uv_cond_destroy((uv_cond_t*) &b->cond); in uv_barrier_destroy()
H A Dthreadpool.c186 uv_cond_destroy(&cond); in uv__threadpool_cleanup()
/libuv/src/unix/
H A Dthread.c568 uv_cond_destroy(&sem->cond); in uv__custom_sem_destroy()
748 void uv_cond_destroy(uv_cond_t* cond) { in uv_cond_destroy() function
/libuv/src/win/
H A Dthread.c409 void uv_cond_destroy(uv_cond_t* cond) { in uv_cond_destroy() function
/libuv/docs/src/
H A Dthreading.rst229 .. c:function:: void uv_cond_destroy(uv_cond_t* cond)
/libuv/include/
H A Duv.h1830 UV_EXTERN void uv_cond_destroy(uv_cond_t* cond);

Completed in 24 milliseconds