Searched refs:UV_ONCE_INIT (Results 1 – 24 of 24) sorted by relevance
31 static uv_once_t once = UV_ONCE_INIT;
37 static uv_once_t once = UV_ONCE_INIT;
28 static uv_once_t once = UV_ONCE_INIT;
30 static uv_once_t process_title_mutex_once = UV_ONCE_INIT;
29 static uv_once_t process_title_mutex_once = UV_ONCE_INIT;
36 static uv_once_t process_title_mutex_once = UV_ONCE_INIT;
32 static uv_once_t once = UV_ONCE_INIT;182 uv_once_t child_once = UV_ONCE_INIT; in child_fork()
35 static uv_once_t once = UV_ONCE_INIT;
42 static uv_once_t kqueue_runtime_detection_guard = UV_ONCE_INIT;
62 uv_once_t process_title_mutex_once = UV_ONCE_INIT;
54 static uv_once_t uv__signal_global_init_guard = UV_ONCE_INIT;
508 static uv_once_t glibc_version_check_once = UV_ONCE_INIT;
415 static uv_once_t posix_spawn_init_once = UV_ONCE_INIT;
70 uv_once_t process_title_mutex_once = UV_ONCE_INIT;
299 static uv_once_t once = UV_ONCE_INIT; in uv__fs_mkstemp()
32 static uv_once_t once = UV_ONCE_INIT;246 uv_once_t child_once = UV_ONCE_INIT; in reset_once()
130 #define UV_ONCE_INIT PTHREAD_ONCE_INIT macro
290 #define UV_ONCE_INIT { 0, NULL } macro
59 static uv_once_t uv__current_thread_init_guard = UV_ONCE_INIT;
49 static uv_once_t overlapped_dummy_init_guard_ = UV_ONCE_INIT;
40 static uv_once_t uv_init_guard_ = UV_ONCE_INIT;
66 static uv_once_t uv_global_job_handle_init_guard_ = UV_ONCE_INIT;
167 The guard should be initialized statically with the UV_ONCE_INIT macro.
157 static uv_once_t once_only = UV_ONCE_INIT;
Completed in 52 milliseconds