Home
last modified time | relevance | path

Searched refs:uv_key_get (Results 1 - 8 of 8) sorted by relevance

/third_party/libuv/test/
H A Dtest-thread.c193 ASSERT_NULL(uv_key_get(&tls_key)); in tls_thread()
195 ASSERT_PTR_EQ(arg, uv_key_get(&tls_key)); in tls_thread()
197 ASSERT_NULL(uv_key_get(&tls_key)); in tls_thread()
205 ASSERT_NULL(uv_key_get(&tls_key)); in TEST_IMPL()
207 ASSERT_PTR_EQ(name, uv_key_get(&tls_key)); in TEST_IMPL()
/third_party/libuv/src/win/
H A Dthread.c262 key = uv_key_get(&uv__current_thread_key); in uv_thread_self()
477 void* uv_key_get(uv_key_t* key) { in uv_key_get() function
/third_party/node/deps/uv/src/win/
H A 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/src/unix/
H A Dthread.c869 void* uv_key_get(uv_key_t* key) { in uv_key_get() function
/third_party/node/deps/uv/src/unix/
H A Dthread.c854 void* uv_key_get(uv_key_t* key) { in uv_key_get() function
/third_party/libuv/include/
H A Duv.h1878 UV_EXTERN void* uv_key_get(uv_key_t* key);
/third_party/libuv/include/uv_ndk/
H A Duv.h1740 UV_EXTERN void* uv_key_get(uv_key_t* key);
/third_party/node/deps/uv/include/
H A Duv.h1764 UV_EXTERN void* uv_key_get(uv_key_t* key);

Completed in 15 milliseconds