/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-mutexes.c | 45 uv_mutex_lock(&mutex); in TEST_IMPL() 60 uv_mutex_lock(&mutex); in TEST_IMPL() 61 uv_mutex_lock(&mutex); in TEST_IMPL() 111 uv_mutex_lock(&mutex); in thread_rwlock_trylock_peer() 146 uv_mutex_lock(&mutex); in TEST_IMPL()
|
H A D | test-async.c | 43 uv_mutex_lock(&mutex); in thread_cb() 83 uv_mutex_lock(&mutex); in async_cb() 113 uv_mutex_lock(&mutex); in TEST_IMPL()
|
H A D | test-condvar.c | 87 uv_mutex_lock(&c->mutex); in condvar_signal() 107 uv_mutex_lock(&c->mutex); in condvar_wait() 171 uv_mutex_lock(&c->mutex); in condvar_timedwait() 243 uv_mutex_lock(&wc.mutex); in TEST_IMPL()
|
H A D | test-semaphore.c | 42 uv_mutex_lock(&c->mutex); in worker() 61 uv_mutex_lock(&wc.mutex); in TEST_IMPL()
|
H A D | test-signal-multiple-loops.c | 62 uv_mutex_lock(&counter_lock); in increment_counter()
|
/netbsd-src/external/mit/libuv/dist/src/ |
H A D | threadpool.c | 65 uv_mutex_lock(&mutex); in worker() 124 uv_mutex_lock(&w->loop->wq_mutex); in worker() 133 uv_mutex_lock(&mutex); in worker() 143 uv_mutex_lock(&mutex); in post() 277 uv_mutex_lock(&mutex); in uv__work_cancel() 278 uv_mutex_lock(&w->loop->wq_mutex); in uv__work_cancel() 291 uv_mutex_lock(&loop->wq_mutex); in uv__work_cancel() 308 uv_mutex_lock(&loop->wq_mutex); in uv__work_done()
|
H A D | uv-common.c | 935 uv_mutex_lock(&loop_metrics->lock); in uv__metrics_update_idle_time() 952 uv_mutex_lock(&loop_metrics->lock); in uv__metrics_set_provider_entry_time() 964 uv_mutex_lock(&loop_metrics->lock); in uv_metrics_idle_time()
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | fsevents.c | 159 uv_mutex_lock(&(handle)->cf_mutex); \ 201 uv_mutex_lock(&handle->cf_mutex); in uv__fsevents_push_event() 242 uv_mutex_lock(&state->fsevent_mutex); in uv__fsevents_event_cb() 432 uv_mutex_lock(&state->fsevent_mutex); in uv__fsevents_reschedule() 447 uv_mutex_lock(&state->fsevent_mutex); in uv__fsevents_reschedule() 497 uv_mutex_lock(&state->fsevent_mutex); in uv__fsevents_reschedule() 756 uv_mutex_lock(&loop->cf_mutex); in uv__cf_loop_cb() 791 uv_mutex_lock(&loop->cf_mutex); in uv__cf_loop_signal() 845 uv_mutex_lock(&state->fsevent_mutex); in uv__fsevents_init() 885 uv_mutex_lock(&state->fsevent_mutex); in uv__fsevents_close()
|
H A D | bsd-proctitle.c | 60 uv_mutex_lock(&process_title_mutex); in uv_set_process_title() 79 uv_mutex_lock(&process_title_mutex); in uv_get_process_title()
|
H A D | os390-syscalls.c | 171 uv_mutex_lock(&global_epoll_lock); in before_fork() 227 uv_mutex_lock(&global_epoll_lock); in epoll_create1() 240 uv_mutex_lock(&global_epoll_lock); in epoll_ctl() 358 uv_mutex_lock(&global_epoll_lock); in epoll_file_close() 373 uv_mutex_lock(&global_epoll_lock); in epoll_queue_close()
|
H A D | os390-proctitle.c | 92 uv_mutex_lock(&process_title_mutex); in uv_set_process_title() 116 uv_mutex_lock(&process_title_mutex); in uv_get_process_title()
|
H A D | proctitle.c | 108 uv_mutex_lock(&process_title_mutex); in uv_set_process_title() 136 uv_mutex_lock(&process_title_mutex); in uv_get_process_title()
|
H A D | thread.c | 97 uv_mutex_lock(&b->mutex); in uv_barrier_wait() 121 uv_mutex_lock(&b->mutex); in uv_barrier_destroy() 350 void uv_mutex_lock(uv_mutex_t* mutex) { in uv_mutex_lock() function 585 uv_mutex_lock(&sem->mutex); in uv__custom_sem_post() 597 uv_mutex_lock(&sem->mutex); in uv__custom_sem_wait()
|
H A D | aix-common.c | 70 uv_mutex_lock(&process_title_mutex); in uv_exepath()
|
H A D | loop.c | 182 uv_mutex_lock(&loop->wq_mutex); in uv__loop_close()
|
H A D | aix.c | 893 uv_mutex_lock(&process_title_mutex); in uv_setup_args() 940 uv_mutex_lock(&process_title_mutex); in uv_set_process_title() 970 uv_mutex_lock(&process_title_mutex); in uv_get_process_title()
|
H A D | ibmi.c | 515 uv_mutex_lock(&process_title_mutex); in uv_setup_args()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | trampoline.c |
|
/netbsd-src/external/mit/libuv/dist/src/win/ |
H A D | fs-fd-hash-inl.h | 125 uv_mutex_lock(&uv__fd_hash_mutex); in uv__fd_hash_get() 140 uv_mutex_lock(&uv__fd_hash_mutex); in uv__fd_hash_add() 170 uv_mutex_lock(&uv__fd_hash_mutex); in uv__fd_hash_remove()
|
H A D | thread.c | 235 void uv_mutex_lock(uv_mutex_t* mutex) { in uv_mutex_lock() function 425 uv_mutex_lock(&barrier->mutex); in uv_barrier_wait() 435 uv_mutex_lock(&barrier->mutex); in uv_barrier_wait()
|
H A D | core.c | 97 uv_mutex_lock(&uv__loops_lock); in uv__loops_add() 126 uv_mutex_lock(&uv__loops_lock); in uv__loops_remove() 169 uv_mutex_lock(&uv__loops_lock); in uv__wake_all_loops() 360 uv_mutex_lock(&loop->wq_mutex); in uv__loop_close()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | trampoline.c | 134 uv_mutex_lock(&isc__trampoline_lock); in isc__trampoline_get() 165 uv_mutex_lock(&isc__trampoline_lock); in isc__trampoline_detach() 186 uv_mutex_lock(&isc__trampoline_lock); in isc__trampoline_attach()
|
/netbsd-src/external/mit/libuv/dist/docs/src/guide/ |
H A D | threads.rst | 86 void uv_mutex_lock(uv_mutex_t* handle); 94 ``uv_mutex_lock()`` and ``uv_mutex_unlock()`` will ``abort()`` on error. 105 uv_mutex_lock(a_mutex); 107 uv_mutex_lock(a_mutex); 112 return an error in the second call to ``uv_mutex_lock()``.
|
/netbsd-src/external/mit/libuv/dist/docs/src/ |
H A D | threading.rst | 125 .. c:function:: void uv_mutex_lock(uv_mutex_t* handle)
|
/netbsd-src/external/mit/libuv/dist/include/ |
H A D | uv.h | 1727 UV_EXTERN void uv_mutex_lock(uv_mutex_t* handle);
|