Home
last modified time | relevance | path

Searched refs:uv_mutex_unlock (Results 1 – 25 of 27) sorted by relevance

12

/libuv/test/
H A Dtest-mutexes.c46 uv_mutex_unlock(&mutex); in TEST_IMPL()
64 uv_mutex_unlock(&mutex); in TEST_IMPL()
65 uv_mutex_unlock(&mutex); in TEST_IMPL()
66 uv_mutex_unlock(&mutex); in TEST_IMPL()
135 uv_mutex_unlock(&mutex); in thread_rwlock_trylock_peer()
177 uv_mutex_unlock(&mutex); in TEST_IMPL()
H A Dtest-async.c45 uv_mutex_unlock(&mutex); in thread_cb()
85 uv_mutex_unlock(&mutex); in async_cb()
104 uv_mutex_unlock(&mutex); in prepare_cb()
H A Dtest-condvar.c98 uv_mutex_unlock(&c->mutex); in condvar_signal()
118 uv_mutex_unlock(&c->mutex); in condvar_wait()
183 uv_mutex_unlock(&c->mutex); in condvar_timedwait()
243 uv_mutex_unlock(&wc.mutex); in TEST_IMPL()
H A Dtest-semaphore.c46 uv_mutex_unlock(&c->mutex); in worker()
64 uv_mutex_unlock(&wc.mutex); /* ergo, it should be ok to unlock after wait */ in TEST_IMPL()
H A Dtest-signal-multiple-loops.c64 uv_mutex_unlock(&lock); in increment_counter()
196 uv_mutex_unlock(&lock); in loop_creating_worker()
293 uv_mutex_unlock(&lock); in TEST_IMPL()
H A Dtest-tcp-reuseport.c91 uv_mutex_unlock(&mutex); in ticktack()
121 uv_mutex_unlock(&mutex); in on_connection()
H A Dtest-udp-reuseport.c113 uv_mutex_unlock(&mutex); in ticktack()
153 uv_mutex_unlock(&mutex); in on_recv()
/libuv/src/
H A Dthreadpool.c83 uv_mutex_unlock(&mutex); in worker()
119 uv_mutex_unlock(&mutex); in worker()
129 uv_mutex_unlock(&w->loop->wq_mutex); in worker()
150 uv_mutex_unlock(&mutex); in post()
159 uv_mutex_unlock(&mutex); in post()
292 uv_mutex_unlock(&w->loop->wq_mutex); in uv__work_cancel()
293 uv_mutex_unlock(&mutex); in uv__work_cancel()
302 uv_mutex_unlock(&loop->wq_mutex); in uv__work_cancel()
319 uv_mutex_unlock(&loop->wq_mutex); in uv__work_done()
H A Dthread-common.c118 uv_mutex_unlock(&b->mutex); in uv_barrier_wait()
141 uv_mutex_unlock(&b->mutex); in uv_barrier_destroy()
H A Duv-common.c1009 uv_mutex_unlock(&loop_metrics->lock); in uv__metrics_update_idle_time()
1024 uv_mutex_unlock(&loop_metrics->lock); in uv__metrics_set_provider_entry_time()
1046 uv_mutex_unlock(&loop_metrics->lock); in uv_metrics_idle_time()
/libuv/src/unix/
H A Dbsd-proctitle.c66 uv_mutex_unlock(&process_title_mutex); in uv_set_process_title()
85 uv_mutex_unlock(&process_title_mutex); in uv_get_process_title()
94 uv_mutex_unlock(&process_title_mutex); in uv_get_process_title()
H A Dos390-syscalls.c176 uv_mutex_unlock(&global_epoll_lock); in after_fork()
198 uv_mutex_unlock(&global_epoll_lock); in child_fork()
229 uv_mutex_unlock(&global_epoll_lock); in epoll_create1()
244 uv_mutex_unlock(&global_epoll_lock); in epoll_ctl()
257 uv_mutex_unlock(&global_epoll_lock); in epoll_ctl()
266 uv_mutex_unlock(&global_epoll_lock); in epoll_ctl()
275 uv_mutex_unlock(&global_epoll_lock); in epoll_ctl()
367 uv_mutex_unlock(&global_epoll_lock); in epoll_file_close()
375 uv_mutex_unlock(&global_epoll_lock); in epoll_queue_close()
H A Dos390-proctitle.c99 uv_mutex_unlock(&process_title_mutex); in uv_set_process_title()
121 uv_mutex_unlock(&process_title_mutex); in uv_get_process_title()
127 uv_mutex_unlock(&process_title_mutex); in uv_get_process_title()
H A Dfsevents.c208 uv_mutex_unlock(&handle->cf_mutex); in uv__fsevents_push_event()
323 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_event_cb()
421 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
425 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
439 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
458 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
489 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
743 uv_mutex_unlock(&loop->cf_mutex); in uv__cf_loop_cb()
784 uv_mutex_unlock(&loop->cf_mutex); in uv__cf_loop_signal()
839 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_init()
[all …]
H A Dproctitle.c121 uv_mutex_unlock(&process_title_mutex); in uv_set_process_title()
139 uv_mutex_unlock(&process_title_mutex); in uv_get_process_title()
148 uv_mutex_unlock(&process_title_mutex); in uv_get_process_title()
H A Daix-common.c78 uv_mutex_unlock(&process_title_mutex); in uv_exepath()
81 uv_mutex_unlock(&process_title_mutex); in uv_exepath()
H A Dthread.c384 void uv_mutex_unlock(uv_mutex_t* mutex) { in uv_mutex_unlock() function
603 uv_mutex_unlock(&sem->mutex); in uv__custom_sem_post()
615 uv_mutex_unlock(&sem->mutex); in uv__custom_sem_wait()
627 uv_mutex_unlock(&sem->mutex); in uv__custom_sem_trywait()
632 uv_mutex_unlock(&sem->mutex); in uv__custom_sem_trywait()
H A Daix.c911 uv_mutex_unlock(&process_title_mutex); in uv_setup_args()
970 uv_mutex_unlock(&process_title_mutex); in uv_set_process_title()
990 uv_mutex_unlock(&process_title_mutex); in uv_get_process_title()
997 uv_mutex_unlock(&process_title_mutex); in uv_get_process_title()
H A Dloop.c185 uv_mutex_unlock(&loop->wq_mutex); in uv__loop_close()
H A Dibmi.c522 uv_mutex_unlock(&process_title_mutex); in uv_setup_args()
/libuv/src/win/
H A Dfs-fd-hash-inl.h133 uv_mutex_unlock(&uv__fd_hash_mutex); in uv__fd_hash_get()
164 uv_mutex_unlock(&uv__fd_hash_mutex); in uv__fd_hash_add()
192 uv_mutex_unlock(&uv__fd_hash_mutex); in uv__fd_hash_remove()
H A Dcore.c112 uv_mutex_unlock(&uv__loops_lock); in uv__loops_add()
116 uv_mutex_unlock(&uv__loops_lock); in uv__loops_add()
162 uv_mutex_unlock(&uv__loops_lock); in uv__loops_remove()
176 uv_mutex_unlock(&uv__loops_lock); in uv__wake_all_loops()
363 uv_mutex_unlock(&loop->wq_mutex); in uv__loop_close()
H A Dthread.c375 void uv_mutex_unlock(uv_mutex_t* mutex) { in uv_mutex_unlock() function
/libuv/docs/src/guide/
H A Dthreads.rst88 void uv_mutex_unlock(uv_mutex_t* handle);
94 ``uv_mutex_lock()`` and ``uv_mutex_unlock()`` will ``abort()`` on error.
/libuv/docs/src/
H A Dthreading.rst207 .. c:function:: void uv_mutex_unlock(uv_mutex_t* handle)

Completed in 36 milliseconds

12