Searched refs:uv_thread_equal (Results 1 – 8 of 8) sorted by relevance
/third_party/libuv/test/ |
D | test-thread-equal.c | 34 ASSERT(uv_thread_equal(&main_thread_id, &self_id) == 0); in check_thread() 44 ASSERT(0 != uv_thread_equal(&main_thread_id, &main_thread_id)); in TEST_IMPL() 49 ASSERT(0 == uv_thread_equal(subthreads + 0, subthreads + 1)); in TEST_IMPL()
|
/third_party/libuv/src/win/ |
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/docs/src/ |
D | threading.rst | 93 .. c:function:: int uv_thread_equal(const uv_thread_t* t1, const uv_thread_t* t2)
|
/third_party/libuv/src/unix/ |
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/ |
D | libuv.c | 907 return !uv_thread_equal(&th, &ptpriv->uv_thread); in elops_foreign_thread_uv()
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 1768 UV_EXTERN int uv_thread_equal(const uv_thread_t* t1, const uv_thread_t* t2);
|
/third_party/libuv/include/ |
D | uv.h | 1792 UV_EXTERN int uv_thread_equal(const uv_thread_t* t1, const uv_thread_t* t2);
|
/third_party/libuv/ |
D | ChangeLog | 3912 * unix, windows: add uv_thread_equal (Tomasz Kołodziejski)
|