Searched refs:uv_mutex_destroy (Results 1 – 17 of 17) sorted by relevance
47 uv_mutex_destroy(&mutex); in TEST_IMPL()67 uv_mutex_destroy(&mutex); in TEST_IMPL()178 uv_mutex_destroy(&mutex); in TEST_IMPL()
67 uv_mutex_destroy(&wc.mutex); in TEST_IMPL()88 uv_mutex_destroy(&wc.mutex); in TEST_IMPL()
65 uv_mutex_destroy(&wc->mutex); in worker_config_destroy()
237 uv_mutex_destroy(&mutex); in TEST_IMPL()
276 uv_mutex_destroy(&mutex); in TEST_IMPL()
108 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()
653 uv_mutex_destroy(&state->fsevent_mutex); in uv__fsevents_loop_init()662 uv_mutex_destroy(&loop->cf_mutex); in uv__fsevents_loop_init()684 uv_mutex_destroy(&loop->cf_mutex); in uv__fsevents_loop_delete()697 uv_mutex_destroy(&state->fsevent_mutex); in uv__fsevents_loop_delete()850 uv_mutex_destroy(&handle->cf_mutex); in uv__fsevents_init()898 uv_mutex_destroy(&handle->cf_mutex); in uv__fsevents_close()
42 uv_mutex_destroy(&process_title_mutex); in uv__process_title_cleanup()
358 void uv_mutex_destroy(uv_mutex_t* mutex) { in uv_mutex_destroy() function574 uv_mutex_destroy(&sem->mutex); in uv__custom_sem_init()590 uv_mutex_destroy(&sem->mutex); in uv__custom_sem_destroy()
199 uv_mutex_destroy(&global_epoll_lock); in child_fork()
76 uv_mutex_destroy(&b->mutex); in uv_barrier_init()142 uv_mutex_destroy(&b->mutex); in uv_barrier_destroy()
185 uv_mutex_destroy(&mutex); in uv__threadpool_cleanup()
306 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()
357 void uv_mutex_destroy(uv_mutex_t* mutex) { in uv_mutex_destroy() function
85 void uv_mutex_destroy(uv_mutex_t* handle);93 If `libuv` has been compiled with debugging enabled, ``uv_mutex_destroy()``,
204 .. c:function:: void uv_mutex_destroy(uv_mutex_t* handle)
1833 UV_EXTERN void uv_mutex_destroy(uv_mutex_t* handle);
Completed in 55 milliseconds