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

  /src/external/mit/libuv/dist/src/unix/
random-getentropy.c 31 static uv_once_t once = UV_ONCE_INIT;
random-getrandom.c 37 static uv_once_t once = UV_ONCE_INIT;
bsd-proctitle.c 30 static uv_once_t process_title_mutex_once = UV_ONCE_INIT;
random-devurandom.c 28 static uv_once_t once = UV_ONCE_INIT;
os390-proctitle.c 29 static uv_once_t process_title_mutex_once = UV_ONCE_INIT;
proctitle.c 36 static uv_once_t process_title_mutex_once = UV_ONCE_INIT;
os390-syscalls.c 32 static uv_once_t once = UV_ONCE_INIT;
182 uv_once_t child_once = UV_ONCE_INIT;
darwin.c 35 static uv_once_t once = UV_ONCE_INIT;
async.c 42 static uv_once_t kqueue_runtime_detection_guard = UV_ONCE_INIT;
ibmi.c 62 uv_once_t process_title_mutex_once = UV_ONCE_INIT;
signal.c 54 static uv_once_t uv__signal_global_init_guard = UV_ONCE_INIT;
thread.c 529 static uv_once_t glibc_version_check_once = UV_ONCE_INIT;
aix.c 70 uv_once_t process_title_mutex_once = UV_ONCE_INIT;
process.c 428 static uv_once_t posix_spawn_init_once = UV_ONCE_INIT;
fs.c 296 static uv_once_t once = UV_ONCE_INIT;
  /src/external/mit/libuv/dist/src/
threadpool.c 32 static uv_once_t once = UV_ONCE_INIT;
247 uv_once_t child_once = UV_ONCE_INIT;
  /src/external/mit/libuv/dist/src/win/
thread.c 59 static uv_once_t uv__current_thread_init_guard = UV_ONCE_INIT;
60 static uv_once_t uv__thread_name_once = UV_ONCE_INIT;
core.c 40 static uv_once_t uv_init_guard_ = UV_ONCE_INIT;
poll.c 49 static uv_once_t overlapped_dummy_init_guard_ = UV_ONCE_INIT;
process.c 66 static uv_once_t uv_global_job_handle_init_guard_ = UV_ONCE_INIT;
  /src/external/mit/libuv/dist/include/uv/
unix.h 130 #define UV_ONCE_INIT PTHREAD_ONCE_INIT
win.h 282 #define UV_ONCE_INIT { 0, NULL }

Completed in 29 milliseconds