Home
last modified time | relevance | path

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

12

/third_party/libuv/test/
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()
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()
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()
251 uv_mutex_unlock(&wc.mutex); in TEST_IMPL()
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()
Dtest-signal-multiple-loops.c64 uv_mutex_unlock(&counter_lock); in increment_counter()
/third_party/libuv/src/
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()
284 uv_mutex_unlock(&w->loop->wq_mutex); in uv__work_cancel()
285 uv_mutex_unlock(&mutex); in uv__work_cancel()
294 uv_mutex_unlock(&loop->wq_mutex); in uv__work_cancel()
310 uv_mutex_unlock(&loop->wq_mutex); in uv__work_done()
Duv-common.c937 uv_mutex_unlock(&loop_metrics->lock); in uv__metrics_update_idle_time()
952 uv_mutex_unlock(&loop_metrics->lock); in uv__metrics_set_provider_entry_time()
965 uv_mutex_unlock(&loop_metrics->lock); in uv_metrics_idle_time()
/third_party/node/deps/uvwasi/src/
Duvwasi.c419 uv_mutex_unlock(&wrap->mutex); in uvwasi_embedder_remap_fd()
627 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_advise()
690 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_allocate()
713 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_close()
749 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_datasync()
789 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_fdstat_get()
795 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_fdstat_get()
864 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_fdstat_set_flags()
908 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_fdstat_set_rights()
946 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_filestat_get()
[all …]
Dfd_table.c53 uv_mutex_unlock(&wrap->mutex); in uvwasi__insert_stdio()
410 uv_mutex_unlock(&src_entry->mutex); in uvwasi_fd_table_renumber()
411 uv_mutex_unlock(&dst_entry->mutex); in uvwasi_fd_table_renumber()
419 uv_mutex_unlock(&table->fds[dst]->mutex); in uvwasi_fd_table_renumber()
424 uv_mutex_unlock(&dst_entry->mutex); in uvwasi_fd_table_renumber()
Dpoll_oneoff.c111 uv_mutex_unlock(&event->wrap->mutex); in uvwasi__poll_oneoff_state_cleanup()
221 uv_mutex_unlock(&event->wrap->mutex); in uvwasi__poll_oneoff_state_add_fdevent()
228 uv_mutex_unlock(&event->wrap->mutex); in uvwasi__poll_oneoff_state_add_fdevent()
/third_party/libuv/src/unix/
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()
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()
365 uv_mutex_unlock(&global_epoll_lock); in epoll_file_close()
373 uv_mutex_unlock(&global_epoll_lock); in epoll_queue_close()
Dfsevents.c165 uv_mutex_unlock(&(handle)->cf_mutex); \
210 uv_mutex_unlock(&handle->cf_mutex); in uv__fsevents_push_event()
329 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_event_cb()
434 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
438 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
452 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
466 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
471 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
502 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
758 uv_mutex_unlock(&loop->cf_mutex); in uv__cf_loop_cb()
[all …]
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()
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()
Daix-common.c78 uv_mutex_unlock(&process_title_mutex); in uv_exepath()
81 uv_mutex_unlock(&process_title_mutex); in uv_exepath()
Dthread.c112 uv_mutex_unlock(&b->mutex); in uv_barrier_wait()
130 uv_mutex_unlock(&b->mutex); in uv_barrier_destroy()
370 void uv_mutex_unlock(uv_mutex_t* mutex) { in uv_mutex_unlock() function
589 uv_mutex_unlock(&sem->mutex); in uv__custom_sem_post()
601 uv_mutex_unlock(&sem->mutex); in uv__custom_sem_wait()
613 uv_mutex_unlock(&sem->mutex); in uv__custom_sem_trywait()
618 uv_mutex_unlock(&sem->mutex); in uv__custom_sem_trywait()
Daix.c895 uv_mutex_unlock(&process_title_mutex); in uv_setup_args()
954 uv_mutex_unlock(&process_title_mutex); in uv_set_process_title()
974 uv_mutex_unlock(&process_title_mutex); in uv_get_process_title()
981 uv_mutex_unlock(&process_title_mutex); in uv_get_process_title()
Dloop.c185 uv_mutex_unlock(&loop->wq_mutex); in uv__loop_close()
Dibmi.c517 uv_mutex_unlock(&process_title_mutex); in uv_setup_args()
/third_party/libuv/src/win/
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()
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()
Dthread.c248 void uv_mutex_unlock(uv_mutex_t* mutex) { in uv_mutex_unlock() function
430 uv_mutex_unlock(&barrier->mutex); in uv_barrier_wait()
441 uv_mutex_unlock(&barrier->mutex); in uv_barrier_wait()
/third_party/node/src/
Dnode_mutex.h168 uv_mutex_unlock(mutex); in mutex_unlock()
/third_party/libuv/docs/src/
Dthreading.rst127 .. c:function:: void uv_mutex_unlock(uv_mutex_t* handle)

12