Home
last modified time | relevance | path

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

12

/libuv/test/
H A 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()
H A 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()
H A 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()
238 uv_mutex_lock(&wc.mutex); in TEST_IMPL()
H A Dtest-semaphore.c42 uv_mutex_lock(&c->mutex); in worker()
61 uv_mutex_lock(&wc.mutex); in TEST_IMPL()
H A Dtest-signal-multiple-loops.c62 uv_mutex_lock(&lock); in increment_counter()
194 uv_mutex_lock(&lock); in loop_creating_worker()
291 uv_mutex_lock(&lock); in TEST_IMPL()
H A Dtest-tcp-reuseport.c87 uv_mutex_lock(&mutex); in ticktack()
119 uv_mutex_lock(&mutex); in on_connection()
H A Dtest-udp-reuseport.c109 uv_mutex_lock(&mutex); in ticktack()
151 uv_mutex_lock(&mutex); in on_recv()
/libuv/src/
H A 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()
285 uv_mutex_lock(&mutex); in uv__work_cancel()
286 uv_mutex_lock(&w->loop->wq_mutex); in uv__work_cancel()
299 uv_mutex_lock(&loop->wq_mutex); in uv__work_cancel()
317 uv_mutex_lock(&loop->wq_mutex); in uv__work_done()
H A Dthread-common.c99 uv_mutex_lock(&b->mutex); in uv_barrier_wait()
132 uv_mutex_lock(&b->mutex); in uv_barrier_destroy()
H A Duv-common.c1005 uv_mutex_lock(&loop_metrics->lock); in uv__metrics_update_idle_time()
1022 uv_mutex_lock(&loop_metrics->lock); in uv__metrics_set_provider_entry_time()
1043 uv_mutex_lock(&loop_metrics->lock); in uv_metrics_idle_time()
/libuv/src/unix/
H A 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()
H A Dfsevents.c157 uv_mutex_lock(&(handle)->cf_mutex); \
199 uv_mutex_lock(&handle->cf_mutex); in uv__fsevents_push_event()
240 uv_mutex_lock(&state->fsevent_mutex); in uv__fsevents_event_cb()
419 uv_mutex_lock(&state->fsevent_mutex); in uv__fsevents_reschedule()
434 uv_mutex_lock(&state->fsevent_mutex); in uv__fsevents_reschedule()
484 uv_mutex_lock(&state->fsevent_mutex); in uv__fsevents_reschedule()
741 uv_mutex_lock(&loop->cf_mutex); in uv__cf_loop_cb()
776 uv_mutex_lock(&loop->cf_mutex); in uv__cf_loop_signal()
835 uv_mutex_lock(&state->fsevent_mutex); in uv__fsevents_init()
875 uv_mutex_lock(&state->fsevent_mutex); in uv__fsevents_close()
H A 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()
H A 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()
H A 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()
358 uv_mutex_lock(&global_epoll_lock); in epoll_file_close()
373 uv_mutex_lock(&global_epoll_lock); in epoll_queue_close()
H A Daix-common.c70 uv_mutex_lock(&process_title_mutex); in uv_exepath()
H A Dthread.c364 void uv_mutex_lock(uv_mutex_t* mutex) { in uv_mutex_lock() function
599 uv_mutex_lock(&sem->mutex); in uv__custom_sem_post()
611 uv_mutex_lock(&sem->mutex); in uv__custom_sem_wait()
H A Dloop.c182 uv_mutex_lock(&loop->wq_mutex); in uv__loop_close()
H A Daix.c909 uv_mutex_lock(&process_title_mutex); in uv_setup_args()
956 uv_mutex_lock(&process_title_mutex); in uv_set_process_title()
986 uv_mutex_lock(&process_title_mutex); in uv_get_process_title()
H A Dibmi.c520 uv_mutex_lock(&process_title_mutex); in uv_setup_args()
/libuv/src/win/
H A 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()
H A 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()
H A Dthread.c362 void uv_mutex_lock(uv_mutex_t* mutex) { in uv_mutex_lock() function
/libuv/docs/src/guide/
H A 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()``.
/libuv/docs/src/
H A Dthreading.rst205 .. c:function:: void uv_mutex_lock(uv_mutex_t* handle)

Completed in 45 milliseconds

12