Searched refs:uv__fd_hash_mutex (Results 1 – 1 of 1) sorted by relevance
69 static uv_mutex_t uv__fd_hash_mutex; variable80 err = uv_mutex_init(&uv__fd_hash_mutex); in uv__fd_hash_init()125 uv_mutex_lock(&uv__fd_hash_mutex); in uv__fd_hash_get()133 uv_mutex_unlock(&uv__fd_hash_mutex); in uv__fd_hash_get()140 uv_mutex_lock(&uv__fd_hash_mutex); in uv__fd_hash_add()164 uv_mutex_unlock(&uv__fd_hash_mutex); in uv__fd_hash_add()170 uv_mutex_lock(&uv__fd_hash_mutex); in uv__fd_hash_remove()192 uv_mutex_unlock(&uv__fd_hash_mutex); in uv__fd_hash_remove()
Completed in 6 milliseconds