Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dthread.c80 static uv_key_t uv__current_thread_key; variable
85 if (uv_key_create(&uv__current_thread_key)) in uv__init_current_thread_key()
106 uv_key_set(&uv__current_thread_key, ctx.self); in uv__thread_start()
187 key = uv_key_get(&uv__current_thread_key); in uv_thread_self()
196 uv_key_set(&uv__current_thread_key, key); in uv_thread_self()