Searched refs:uv_thread_self (Results 1 – 8 of 8) sorted by relevance
30 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()
45 thread = uv_thread_self(); in thread_run()89 threads[0] = uv_thread_self(); in TEST_IMPL()
38 tid = uv_thread_self(); in check_affinity()63 threads[0] = uv_thread_self(); in TEST_IMPL()
246 uv_thread_t uv_thread_self(void) { in uv_thread_self() function
290 uv_thread_t uv_thread_self(void) { in uv_thread_self() function
139 .. c:function:: uv_thread_t uv_thread_self(void)
1906 UV_EXTERN uv_thread_t uv_thread_self(void);
1124 * 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