Searched refs:uv_thread_equal (Results 1 - 9 of 9) sorted by relevance
/third_party/libuv/test/ |
H A D | test-thread-equal.c | 34 ASSERT_OK(uv_thread_equal(&main_thread_id, &self_id)); in check_thread() 44 ASSERT_NE(0, uv_thread_equal(&main_thread_id, &main_thread_id)); in TEST_IMPL() 49 ASSERT_OK(uv_thread_equal(subthreads + 0, subthreads + 1)); in TEST_IMPL()
|
/third_party/libuv/src/win/ |
H A D | thread.c | 289 int uv_thread_equal(const uv_thread_t* t1, const uv_thread_t* t2) { in uv_thread_equal() function
|
/third_party/node/deps/uv/src/win/ |
H A D | thread.c | 214 int uv_thread_equal(const uv_thread_t* t1, const uv_thread_t* t2) { in uv_thread_equal() function
|
/third_party/libuv/src/unix/ |
H A D | thread.c | 290 int uv_thread_equal(const uv_thread_t* t1, const uv_thread_t* t2) { in uv_thread_equal() function
|
/third_party/node/deps/uv/src/unix/ |
H A D | thread.c | 297 int uv_thread_equal(const uv_thread_t* t1, const uv_thread_t* t2) { in uv_thread_equal() function
|
/third_party/libwebsockets/lib/event-libs/libuv/ |
H A D | libuv.c | 908 return !uv_thread_equal(&th, &ptpriv->uv_thread); in elops_foreign_thread_uv()
|
/third_party/libuv/include/ |
H A D | uv.h | 1914 UV_EXTERN int uv_thread_equal(const uv_thread_t* t1, const uv_thread_t* t2);
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1768 UV_EXTERN int uv_thread_equal(const uv_thread_t* t1, const uv_thread_t* t2);
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1792 UV_EXTERN int uv_thread_equal(const uv_thread_t* t1, const uv_thread_t* t2);
|
Completed in 15 milliseconds