Home
last modified time | relevance | path

Searched refs:uv_thread_self (Results 1 – 8 of 8) sorted by relevance

/third_party/libuv/test/
Dtest-thread-equal.c30 uv_thread_t self_id = uv_thread_self(); in check_thread()
35 *thread_id = uv_thread_self(); in check_thread()
40 main_thread_id = uv_thread_self(); in TEST_IMPL()
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c109 ptpriv->uv_thread = uv_thread_self(); in lws_io_cb()
503 ptpriv->uv_thread = uv_thread_self(); in elops_accept_uv()
894 uv_thread_t th = uv_thread_self(); in elops_foreign_thread_uv()
/third_party/libuv/src/win/
Dthread.c184 uv_thread_t uv_thread_self(void) { in uv_thread_self() function
/third_party/libuv/docs/src/
Dthreading.rst91 .. c:function:: uv_thread_t uv_thread_self(void)
/third_party/libuv/src/unix/
Dthread.c288 uv_thread_t uv_thread_self(void) { in uv_thread_self() function
/third_party/libuv/include/uv_ndk/
Duv.h1766 UV_EXTERN uv_thread_t uv_thread_self(void);
/third_party/libuv/include/
Duv.h1790 UV_EXTERN uv_thread_t uv_thread_self(void);
/third_party/libuv/
DChangeLog193 * thread: initialize uv_thread_self for all threads (Jameson Nash)
3313 * win: fix returning thread id in uv_thread_self (Saúl Ibarra Corretgé)
3864 * win: fix uv_thread_self() (Alexis Campailla)