Searched refs:uv_key_set (Results 1 – 7 of 7) sorted by relevance
/third_party/libuv/test/ |
D | test-thread.c | 137 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/ |
D | thread.c | 106 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/ |
D | threading.rst | 105 .. c:function:: void uv_key_set(uv_key_t* key, void* value)
|
/third_party/libuv/src/unix/ |
D | thread.c | 859 void uv_key_set(uv_key_t* key, void* value) { in uv_key_set() function
|
/third_party/node/src/ |
D | env.cc | 389 uv_key_set(&thread_local_env, this); in Environment()
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1741 UV_EXTERN void uv_key_set(uv_key_t* key, void* value);
|
/third_party/libuv/include/ |
D | uv.h | 1765 UV_EXTERN void uv_key_set(uv_key_t* key, void* value);
|