HomeSort by: relevance | last modified time | path
    Searched refs:uv_thread_self (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-thread-equal.c 30 uv_thread_t self_id = uv_thread_self();
35 *thread_id = uv_thread_self();
40 main_thread_id = uv_thread_self();
test-thread-name.c 42 /* uv_thread_self isn't defined for the main thread on Windows. */
45 thread = uv_thread_self();
86 /* uv_thread_self isn't defined for the main thread on Windows. */
89 threads[0] = uv_thread_self();
160 uv_thread_t thread = uv_thread_self();
test-thread-affinity.c 38 tid = uv_thread_self();
60 /* uv_thread_self isn't defined for the main thread on Windows */
63 threads[0] = uv_thread_self();
  /src/external/mit/libuv/dist/src/win/
thread.c 249 uv_thread_t uv_thread_self(void) { function
  /src/external/mit/libuv/dist/src/unix/
thread.c 290 uv_thread_t uv_thread_self(void) { function
  /src/external/mit/libuv/dist/include/
uv.h 1915 UV_EXTERN uv_thread_t uv_thread_self(void);

Completed in 21 milliseconds