Searched refs:uv__current_thread_key (Results 1 – 1 of 1) sorted by relevance
58 static uv_key_t uv__current_thread_key; variable63 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