Home
last modified time | relevance | path

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

/libuv/test/
H A 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()
H A Dtest-thread-name.c45 thread = uv_thread_self(); in thread_run()
89 threads[0] = uv_thread_self(); in TEST_IMPL()
H A Dtest-thread-affinity.c38 tid = uv_thread_self(); in check_affinity()
63 threads[0] = uv_thread_self(); in TEST_IMPL()
/libuv/src/win/
H A Dthread.c246 uv_thread_t uv_thread_self(void) { in uv_thread_self() function
/libuv/src/unix/
H A Dthread.c290 uv_thread_t uv_thread_self(void) { in uv_thread_self() function
/libuv/docs/src/
H A Dthreading.rst139 .. c:function:: uv_thread_t uv_thread_self(void)
/libuv/include/
H A Duv.h1906 UV_EXTERN uv_thread_t uv_thread_self(void);
/libuv/
H A DChangeLog1124 * thread: initialize uv_thread_self for all threads (Jameson Nash)
4244 * win: fix returning thread id in uv_thread_self (Saúl Ibarra Corretgé)
4795 * win: fix uv_thread_self() (Alexis Campailla)

Completed in 31 milliseconds