Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/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()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dthread.c184 uv_thread_t uv_thread_self(void) { in uv_thread_self() function
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dthreading.rst91 .. c:function:: uv_thread_t uv_thread_self(void)
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dthread.c288 uv_thread_t uv_thread_self(void) { in uv_thread_self() function
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1790 UV_EXTERN uv_thread_t uv_thread_self(void);
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog321 * thread: initialize uv_thread_self for all threads (Jameson Nash)
3441 * win: fix returning thread id in uv_thread_self (Saúl Ibarra Corretgé)
3992 * win: fix uv_thread_self() (Alexis Campailla)