Home
last modified time | relevance | path

Searched refs:uv_mutex_destroy (Results 1 – 15 of 15) sorted by relevance

/libuv/test/
H A Dtest-mutexes.c47 uv_mutex_destroy(&mutex); in TEST_IMPL()
67 uv_mutex_destroy(&mutex); in TEST_IMPL()
178 uv_mutex_destroy(&mutex); in TEST_IMPL()
H A Dtest-semaphore.c67 uv_mutex_destroy(&wc.mutex); in TEST_IMPL()
88 uv_mutex_destroy(&wc.mutex); in TEST_IMPL()
H A Dtest-condvar.c65 uv_mutex_destroy(&wc->mutex); in worker_config_destroy()
/libuv/src/unix/
H A Dloop.c108 uv_mutex_destroy(&loop->wq_mutex); in uv_loop_init()
120 uv_mutex_destroy(&lfields->loop_metrics.lock); in uv_loop_init()
186 uv_mutex_destroy(&loop->wq_mutex); in uv__loop_close()
205 uv_mutex_destroy(&lfields->loop_metrics.lock); in uv__loop_close()
H A Dfsevents.c657 uv_mutex_destroy(&state->fsevent_mutex); in uv__fsevents_loop_init()
666 uv_mutex_destroy(&loop->cf_mutex); in uv__fsevents_loop_init()
688 uv_mutex_destroy(&loop->cf_mutex); in uv__fsevents_loop_delete()
701 uv_mutex_destroy(&state->fsevent_mutex); in uv__fsevents_loop_delete()
854 uv_mutex_destroy(&handle->cf_mutex); in uv__fsevents_init()
902 uv_mutex_destroy(&handle->cf_mutex); in uv__fsevents_close()
H A Dbsd-proctitle.c42 uv_mutex_destroy(&process_title_mutex); in uv__process_title_cleanup()
H A Dthread.c337 void uv_mutex_destroy(uv_mutex_t* mutex) { in uv_mutex_destroy() function
553 uv_mutex_destroy(&sem->mutex); in uv__custom_sem_init()
569 uv_mutex_destroy(&sem->mutex); in uv__custom_sem_destroy()
H A Dos390-syscalls.c199 uv_mutex_destroy(&global_epoll_lock); in child_fork()
/libuv/src/
H A Dthread-common.c76 uv_mutex_destroy(&b->mutex); in uv_barrier_init()
142 uv_mutex_destroy(&b->mutex); in uv_barrier_destroy()
H A Dthreadpool.c185 uv_mutex_destroy(&mutex); in uv__threadpool_cleanup()
/libuv/src/win/
H A Dcore.c306 uv_mutex_destroy(&loop->wq_mutex); in uv_loop_init()
313 uv_mutex_destroy(&lfields->loop_metrics.lock); in uv_loop_init()
364 uv_mutex_destroy(&loop->wq_mutex); in uv__loop_close()
370 uv_mutex_destroy(&lfields->loop_metrics.lock); in uv__loop_close()
H A Dthread.c283 void uv_mutex_destroy(uv_mutex_t* mutex) { in uv_mutex_destroy() function
/libuv/docs/src/guide/
H A Dthreads.rst85 void uv_mutex_destroy(uv_mutex_t* handle);
93 If `libuv` has been compiled with debugging enabled, ``uv_mutex_destroy()``,
/libuv/docs/src/
H A Dthreading.rst179 .. c:function:: void uv_mutex_destroy(uv_mutex_t* handle)
/libuv/include/
H A Duv.h1798 UV_EXTERN void uv_mutex_destroy(uv_mutex_t* handle);

Completed in 144 milliseconds