Home
last modified time | relevance | path

Searched refs:uv__load_relaxed (Results 1 – 10 of 10) sorted by relevance

/third_party/libuv/src/unix/
Dpthread-fixes.c43 if (uv__load_relaxed(&workaround)) { in uv__pthread_sigmask()
Depoll.c205 no_epoll_pwait = uv__load_relaxed(&no_epoll_pwait_cached); in uv__io_poll()
206 no_epoll_wait = uv__load_relaxed(&no_epoll_wait_cached); in uv__io_poll()
Dkqueue.c550 if (0 == uv__load_relaxed(&uv__has_forked_with_cfrunloop)) { in uv_fs_event_start()
585 if (0 == uv__load_relaxed(&uv__has_forked_with_cfrunloop)) in uv_fs_event_stop()
Dfs.c339 if (uv__load_relaxed(&no_cloexec_support) == 0 && uv__mkostemp != NULL) { in uv__fs_mkstemp()
486 if (uv__load_relaxed(&no_preadv)) retry: in uv__fs_read()
918 version = uv__load_relaxed(&cached_version); in uv__kernel_version()
974 if (uv__load_relaxed(&no_copy_file_range_support)) { in uv__fs_try_copy_file_range()
1523 if (uv__load_relaxed(&no_statx)) in uv__fs_statx()
Dtcp.c340 single_accept = uv__load_relaxed(&single_accept_cached); in uv__tcp_listen()
Dcore.c227 iovmax = uv__load_relaxed(&iovmax_cached); in uv__getiovmax()
662 if (0 == uv__load_relaxed(&no_msg_cmsg_cloexec)) { in uv__recvmsg()
Dlinux-core.c138 clock_id = uv__load_relaxed(&fast_clock_id); in uv__hrtime()
/third_party/libuv/src/
Duv-common.h64 #define uv__load_relaxed(p) __atomic_load_n(p, __ATOMIC_RELAXED) macro
67 #define uv__load_relaxed(p) (*p) macro
Duv-common.c899 if (uv__load_relaxed(&was_shutdown)) in uv_library_shutdown()
/third_party/libuv/
DChangeLog295 * unix,fs: use uv__load_relaxed and uv__store_relaxed (Darshan Sen)