OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv_once_t
(Results
1 - 24
of
24
) 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;
aix-common.c
40
extern
uv_once_t
process_title_mutex_once;
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;
thread.c
453
void uv_once(
uv_once_t
* guard, void (*callback)(void)) {
529
static
uv_once_t
glibc_version_check_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;
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/win/
thread.c
49
void uv_once(
uv_once_t
* guard, uv__once_cb callback) {
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/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/include/uv/
unix.h
132
typedef pthread_once_t
uv_once_t
;
typedef
win.h
287
}
uv_once_t
;
typedef in typeref:struct:uv_once_s
/src/external/mit/libuv/dist/include/
uv.h
1876
UV_EXTERN void uv_once(
uv_once_t
* guard, void (*callback)(void));
Completed in 77 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026