Home
last modified time | relevance | path

Searched refs:uv_thread_self (Results 1 – 7 of 7) 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-affinity.c38 tid = uv_thread_self(); in check_affinity()
63 threads[0] = uv_thread_self(); in TEST_IMPL()
/libuv/src/win/
H A Dthread.c237 uv_thread_t uv_thread_self(void) { in uv_thread_self() function
/libuv/src/unix/
H A Dthread.c281 uv_thread_t uv_thread_self(void) { in uv_thread_self() function
/libuv/docs/src/
H A Dthreading.rst131 .. c:function:: uv_thread_t uv_thread_self(void)
/libuv/include/
H A Duv.h1870 UV_EXTERN uv_thread_t uv_thread_self(void);
/libuv/
H A DChangeLog873 * thread: initialize uv_thread_self for all threads (Jameson Nash)
3993 * win: fix returning thread id in uv_thread_self (Saúl Ibarra Corretgé)
4544 * win: fix uv_thread_self() (Alexis Campailla)

Completed in 46 milliseconds