Home
last modified time | relevance | path

Searched refs:uv__fd_hash_mutex (Results 1 – 1 of 1) sorted by relevance

/libuv/src/win/
H A Dfs-fd-hash-inl.h69 static uv_mutex_t uv__fd_hash_mutex; variable
80 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 9 milliseconds