Home
last modified time | relevance | path

Searched refs:uv_mutex_unlock (Results 1 - 25 of 45) sorted by relevance

12

/third_party/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()
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c481 uv_mutex_unlock(&wrap->mutex); in uvwasi_embedder_remap_fd()
689 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_advise()
752 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_allocate()
775 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_close()
780 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_close()
819 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_datasync()
859 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_fdstat_get()
865 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_fdstat_get()
934 uv_mutex_unlock(&wrap->mutex); in uvwasi_fd_fdstat_set_flags()
978 uv_mutex_unlock( in uvwasi_fd_fdstat_set_rights()
[all...]
/third_party/node/deps/uv/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()
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()
/third_party/libuv/src/
H A Dthreadpool.c86 uv_mutex_unlock(&statistic_mutex); in uv_dump_worker()
91 uv_mutex_unlock(&statistic_mutex); in uv_dump_worker()
104 uv_mutex_unlock(&statistic_mutex); in post_statistic_work()
126 uv_mutex_unlock(&dump_queue_mutex); in uv__queue_work_info()
153 uv_mutex_unlock(&dump_queue_mutex); in uv__update_work_info()
189 uv_mutex_unlock(&dump_queue_mutex); in init_work_dump_queue()
277 uv_mutex_unlock(&dump_queue_mutex); in uv_dump_work_queue()
368 uv_mutex_unlock(&mutex); in worker()
404 uv_mutex_unlock(&mutex); in worker()
423 uv_mutex_unlock( in worker()
[all...]
/third_party/libuv/src/unix/
H A Dfsevents.c163 uv_mutex_unlock(&(handle)->cf_mutex); \
208 uv_mutex_unlock(&handle->cf_mutex); in uv__fsevents_push_event()
327 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_event_cb()
425 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
429 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
443 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
457 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
462 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
493 uv_mutex_unlock(&state->fsevent_mutex); in uv__fsevents_reschedule()
747 uv_mutex_unlock( in uv__cf_loop_cb()
[all...]
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 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.c363 void uv_mutex_unlock(uv_mutex_t* mutex) { in uv_mutex_unlock() function
582 uv_mutex_unlock(&sem->mutex); in uv__custom_sem_post()
594 uv_mutex_unlock(&sem->mutex); in uv__custom_sem_wait()
606 uv_mutex_unlock(&sem->mutex); in uv__custom_sem_trywait()
611 uv_mutex_unlock(&sem->mutex); in uv__custom_sem_trywait()
/third_party/node/deps/uv/src/unix/
H A 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( in uv__cf_loop_cb()
[all...]
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 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 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()
H A Daix-common.c78 uv_mutex_unlock(&process_title_mutex); in uv_exepath()
81 uv_mutex_unlock(&process_title_mutex); in uv_exepath()
/third_party/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()
364 uv_mutex_unlock(&loop->wq_mutex); in uv__loop_close()
/third_party/node/deps/uv/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()

Completed in 14 milliseconds

12