Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dthread.c58 static uv_key_t uv__current_thread_key; variable
63 if (uv_key_create(&uv__current_thread_key)) in uv__init_current_thread_key()
84 uv_key_set(&uv__current_thread_key, ctx.self); in uv__thread_start()
249 key = uv_key_get(&uv__current_thread_key); in uv_thread_self()
258 uv_key_set(&uv__current_thread_key, key); in uv_thread_self()

Completed in 13 milliseconds