Home
last modified time | relevance | path

Searched refs:uv_once_t (Results 1 – 25 of 29) sorted by relevance

12

/third_party/libuv/src/win/
Dthread.c35 static void uv__once_inner(uv_once_t* guard, void (*callback)(void)) { in uv__once_inner()
67 void uv_once(uv_once_t* guard, void (*callback)(void)) { in uv_once()
81 static uv_once_t uv__current_thread_init_guard = UV_ONCE_INIT;
Dpoll.c49 static uv_once_t overlapped_dummy_init_guard_ = UV_ONCE_INIT;
Dcore.c40 static uv_once_t uv_init_guard_ = UV_ONCE_INIT;
Dprocess.c64 static uv_once_t uv_global_job_handle_init_guard_ = UV_ONCE_INIT;
/third_party/libuv/src/unix/
Drandom-getentropy.c31 static uv_once_t once = UV_ONCE_INIT;
Drandom-getrandom.c39 static uv_once_t once = UV_ONCE_INIT;
Drandom-devurandom.c28 static uv_once_t once = UV_ONCE_INIT;
Daix-common.c40 extern uv_once_t process_title_mutex_once;
Dbsd-proctitle.c30 static uv_once_t process_title_mutex_once = UV_ONCE_INIT;
Dos390-proctitle.c29 static uv_once_t process_title_mutex_once = UV_ONCE_INIT;
Dproctitle.c36 static uv_once_t process_title_mutex_once = UV_ONCE_INIT;
Dos390-syscalls.c32 static uv_once_t once = UV_ONCE_INIT;
182 uv_once_t child_once = UV_ONCE_INIT; in child_fork()
Dthread.c439 void uv_once(uv_once_t* guard, void (*callback)(void)) { in uv_once()
515 static uv_once_t glibc_version_check_once = UV_ONCE_INIT;
Dibmi.c62 uv_once_t process_title_mutex_once = UV_ONCE_INIT;
Ddarwin.c38 static uv_once_t once = UV_ONCE_INIT;
Dsignal.c54 static uv_once_t uv__signal_global_init_guard = UV_ONCE_INIT;
Dprocess.c398 static uv_once_t posix_spawn_init_once = UV_ONCE_INIT;
Daix.c70 uv_once_t process_title_mutex_once = UV_ONCE_INIT;
Dudp.c66 static uv_once_t once = UV_ONCE_INIT;
/third_party/libuv/src/
Dthreadpool.c32 static uv_once_t once = UV_ONCE_INIT;
242 uv_once_t child_once = UV_ONCE_INIT; in reset_once()
/third_party/libuv/docs/src/
Dthreading.rst27 .. c:type:: uv_once_t
114 .. c:function:: void uv_once(uv_once_t* guard, void (*callback)(void))
/third_party/libuv/include/uv/
Dunix.h133 typedef pthread_once_t uv_once_t; typedef
Dwin.h293 } uv_once_t; typedef
/third_party/node/src/
Denv.cc387 static uv_once_t init_once = UV_ONCE_INIT; in Environment()
/third_party/libuv/docs/src/guide/
Dthreads.rst157 static uv_once_t once_only = UV_ONCE_INIT;

12