Home
last modified time | relevance | path

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

12

/third_party/libuv/test/
Dtest-mutexes.c45 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()
Dtest-async.c43 uv_mutex_lock(&mutex); in thread_cb()
83 uv_mutex_lock(&mutex); in async_cb()
113 uv_mutex_lock(&mutex); in TEST_IMPL()
Dtest-condvar.c87 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()
Dtest-semaphore.c42 uv_mutex_lock(&c->mutex); in worker()
61 uv_mutex_lock(&wc.mutex); in TEST_IMPL()
Dtest-signal-multiple-loops.c62 uv_mutex_lock(&counter_lock); in increment_counter()
/third_party/libuv/src/
Dthreadpool.c65 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()
Duv-common.c933 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/
Dfsevents.c159 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()
Dbsd-proctitle.c60 uv_mutex_lock(&process_title_mutex); in uv_set_process_title()
79 uv_mutex_lock(&process_title_mutex); in uv_get_process_title()
Dos390-proctitle.c92 uv_mutex_lock(&process_title_mutex); in uv_set_process_title()
116 uv_mutex_lock(&process_title_mutex); in uv_get_process_title()
Dos390-syscalls.c171 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()
Dproctitle.c108 uv_mutex_lock(&process_title_mutex); in uv_set_process_title()
136 uv_mutex_lock(&process_title_mutex); in uv_get_process_title()
Dthread.c97 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()
Daix-common.c70 uv_mutex_lock(&process_title_mutex); in uv_exepath()
Dloop.c182 uv_mutex_lock(&loop->wq_mutex); in uv__loop_close()
Daix.c893 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()
Dibmi.c515 uv_mutex_lock(&process_title_mutex); in uv_setup_args()
/third_party/libuv/src/win/
Dfs-fd-hash-inl.h125 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()
Dthread.c235 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()
Dcore.c97 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/
Dfd_table.c162 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/
Dthreads.rst86 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/
Dnode_mutex.h164 uv_mutex_lock(mutex); in mutex_lock()
/third_party/libuv/docs/src/
Dthreading.rst125 .. c:function:: void uv_mutex_lock(uv_mutex_t* handle)
/third_party/libuv/include/uv_ndk/
Duv.h1703 UV_EXTERN void uv_mutex_lock(uv_mutex_t* handle);

12