/third_party/libuv/test/ |
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()
|
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()
|
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()
|
D | test-semaphore.c | 42 uv_mutex_lock(&c->mutex); in worker() 61 uv_mutex_lock(&wc.mutex); in TEST_IMPL()
|
D | test-signal-multiple-loops.c | 62 uv_mutex_lock(&counter_lock); in increment_counter()
|
/third_party/libuv/src/ |
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()
|
D | uv-common.c | 933 uv_mutex_lock(&loop_metrics->lock); in uv__metrics_update_idle_time() 950 uv_mutex_lock(&loop_metrics->lock); in uv__metrics_set_provider_entry_time() 962 uv_mutex_lock(&loop_metrics->lock); in uv_metrics_idle_time()
|
/third_party/libuv/src/unix/ |
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()
|
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()
|
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()
|
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() 356 uv_mutex_lock(&global_epoll_lock); in epoll_file_close() 371 uv_mutex_lock(&global_epoll_lock); in epoll_queue_close()
|
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()
|
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()
|
D | aix-common.c | 70 uv_mutex_lock(&process_title_mutex); in uv_exepath()
|
D | loop.c | 182 uv_mutex_lock(&loop->wq_mutex); in uv__loop_close()
|
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()
|
D | ibmi.c | 515 uv_mutex_lock(&process_title_mutex); in uv_setup_args()
|
/third_party/libuv/src/win/ |
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()
|
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()
|
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()
|
/third_party/node/deps/uvwasi/src/ |
D | fd_table.c | 162 uv_mutex_lock(&entry->mutex); in uvwasi_fd_table_insert() 341 uv_mutex_lock(&entry->mutex); in uvwasi_fd_table_get_nolock() 403 uv_mutex_lock(&dst_entry->mutex); in uvwasi_fd_table_renumber() 404 uv_mutex_lock(&src_entry->mutex); in uvwasi_fd_table_renumber()
|
/third_party/libuv/docs/src/guide/ |
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()``.
|
/third_party/node/src/ |
D | node_mutex.h | 164 uv_mutex_lock(mutex); in mutex_lock()
|
/third_party/libuv/docs/src/ |
D | threading.rst | 125 .. c:function:: void uv_mutex_lock(uv_mutex_t* handle)
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1703 UV_EXTERN void uv_mutex_lock(uv_mutex_t* handle);
|