Home
last modified time | relevance | path

Searched refs:UV_ONCE_INIT (Results 1 – 24 of 24) sorted by relevance

/libuv/src/unix/
H A Drandom-getentropy.c31 static uv_once_t once = UV_ONCE_INIT;
H A Drandom-getrandom.c37 static uv_once_t once = UV_ONCE_INIT;
H A Drandom-devurandom.c28 static uv_once_t once = UV_ONCE_INIT;
H A Dbsd-proctitle.c30 static uv_once_t process_title_mutex_once = UV_ONCE_INIT;
H A Dos390-proctitle.c29 static uv_once_t process_title_mutex_once = UV_ONCE_INIT;
H A Dproctitle.c36 static uv_once_t process_title_mutex_once = UV_ONCE_INIT;
H A Dos390-syscalls.c32 static uv_once_t once = UV_ONCE_INIT;
182 uv_once_t child_once = UV_ONCE_INIT; in child_fork()
H A Ddarwin.c35 static uv_once_t once = UV_ONCE_INIT;
H A Dasync.c42 static uv_once_t kqueue_runtime_detection_guard = UV_ONCE_INIT;
H A Dibmi.c62 uv_once_t process_title_mutex_once = UV_ONCE_INIT;
H A Dsignal.c54 static uv_once_t uv__signal_global_init_guard = UV_ONCE_INIT;
H A Dthread.c508 static uv_once_t glibc_version_check_once = UV_ONCE_INIT;
H A Dprocess.c415 static uv_once_t posix_spawn_init_once = UV_ONCE_INIT;
H A Daix.c70 uv_once_t process_title_mutex_once = UV_ONCE_INIT;
H A Dfs.c299 static uv_once_t once = UV_ONCE_INIT; in uv__fs_mkstemp()
/libuv/src/
H A Dthreadpool.c32 static uv_once_t once = UV_ONCE_INIT;
246 uv_once_t child_once = UV_ONCE_INIT; in reset_once()
/libuv/include/uv/
H A Dunix.h130 #define UV_ONCE_INIT PTHREAD_ONCE_INIT macro
H A Dwin.h290 #define UV_ONCE_INIT { 0, NULL } macro
/libuv/src/win/
H A Dthread.c59 static uv_once_t uv__current_thread_init_guard = UV_ONCE_INIT;
H A Dpoll.c49 static uv_once_t overlapped_dummy_init_guard_ = UV_ONCE_INIT;
H A Dcore.c40 static uv_once_t uv_init_guard_ = UV_ONCE_INIT;
H A Dprocess.c66 static uv_once_t uv_global_job_handle_init_guard_ = UV_ONCE_INIT;
/libuv/docs/src/
H A Dthreading.rst167 The guard should be initialized statically with the UV_ONCE_INIT macro.
/libuv/docs/src/guide/
H A Dthreads.rst157 static uv_once_t once_only = UV_ONCE_INIT;

Completed in 52 milliseconds