Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-thread.c137 uv_key_set(&tls_key, arg); in tls_thread()
139 uv_key_set(&tls_key, NULL); in tls_thread()
149 uv_key_set(&tls_key, name); in TEST_IMPL()
/third_party/libuv/src/win/
Dthread.c106 uv_key_set(&uv__current_thread_key, ctx.self); in uv__thread_start()
196 uv_key_set(&uv__current_thread_key, key); in uv_thread_self()
476 void uv_key_set(uv_key_t* key, void* value) { in uv_key_set() function
/third_party/libuv/docs/src/
Dthreading.rst105 .. c:function:: void uv_key_set(uv_key_t* key, void* value)
/third_party/libuv/src/unix/
Dthread.c859 void uv_key_set(uv_key_t* key, void* value) { in uv_key_set() function
/third_party/node/src/
Denv.cc389 uv_key_set(&thread_local_env, this); in Environment()
/third_party/libuv/include/uv_ndk/
Duv.h1741 UV_EXTERN void uv_key_set(uv_key_t* key, void* value);
/third_party/libuv/include/
Duv.h1765 UV_EXTERN void uv_key_set(uv_key_t* key, void* value);