Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dtest-thread.c136 ASSERT_NULL(uv_key_get(&tls_key)); in tls_thread()
138 ASSERT(arg == uv_key_get(&tls_key)); in tls_thread()
140 ASSERT_NULL(uv_key_get(&tls_key)); in tls_thread()
148 ASSERT_NULL(uv_key_get(&tls_key)); in TEST_IMPL()
150 ASSERT(name == uv_key_get(&tls_key)); in TEST_IMPL()
/third_party/libuv/src/win/
Dthread.c187 key = uv_key_get(&uv__current_thread_key); in uv_thread_self()
464 void* uv_key_get(uv_key_t* key) { in uv_key_get() function
/third_party/libuv/docs/src/
Dthreading.rst104 .. c:function:: void* uv_key_get(uv_key_t* key)
/third_party/libuv/src/unix/
Dthread.c854 void* uv_key_get(uv_key_t* key) { in uv_key_get() function
/third_party/node/src/
Denv-inl.h477 return static_cast<Environment*>(uv_key_get(&thread_local_env)); in GetThreadLocalEnv()
/third_party/libuv/include/uv_ndk/
Duv.h1740 UV_EXTERN void* uv_key_get(uv_key_t* key);
/third_party/libuv/include/
Duv.h1764 UV_EXTERN void* uv_key_get(uv_key_t* key);