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

  /src/external/mit/libuv/dist/src/win/
internal.h 34 # define UV_THREAD_LOCAL __declspec( thread )
37 # define UV_THREAD_LOCAL __thread
43 extern UV_THREAD_LOCAL int uv__crt_assert_enabled;
core.c 48 UV_THREAD_LOCAL int uv__crt_assert_enabled = TRUE;
69 UV_THREAD_LOCAL int uv__crt_assert_enabled = FALSE;

Completed in 59 milliseconds