Lines Matching refs:mutex
34 static uv_mutex_t mutex; variable
65 uv_mutex_lock(&mutex); in worker()
76 uv_cond_wait(&cond, &mutex); in worker()
83 uv_mutex_unlock(&mutex); in worker()
119 uv_mutex_unlock(&mutex); in worker()
133 uv_mutex_lock(&mutex); in worker()
143 uv_mutex_lock(&mutex); in post()
150 uv_mutex_unlock(&mutex); in post()
159 uv_mutex_unlock(&mutex); in post()
185 uv_mutex_destroy(&mutex); in uv__threadpool_cleanup()
220 if (uv_mutex_init(&mutex)) in init_threads()
285 uv_mutex_lock(&mutex); in uv__work_cancel()
293 uv_mutex_unlock(&mutex); in uv__work_cancel()