Home
last modified time | relevance | path

Searched refs:UV_THREAD_LOCAL (Results 1 – 2 of 2) sorted by relevance

/libuv/src/win/
H A Dinternal.h34 # define UV_THREAD_LOCAL __declspec( thread ) macro
37 # define UV_THREAD_LOCAL __thread macro
43 extern UV_THREAD_LOCAL int uv__crt_assert_enabled;
H A Dcore.c48 UV_THREAD_LOCAL int uv__crt_assert_enabled = TRUE;
69 UV_THREAD_LOCAL int uv__crt_assert_enabled = FALSE;

Completed in 5 milliseconds