Home
last modified time | relevance | path

Searched refs:no_statx (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/unix/
H A Dfs.c1406 static _Atomic int no_statx; in uv__fs_statx() local
1413 if (atomic_load_explicit(&no_statx, memory_order_relaxed)) in uv__fs_statx()
1447 atomic_store_explicit(&no_statx, 1, memory_order_relaxed); in uv__fs_statx()
/third_party/node/deps/uv/src/unix/
H A Dfs.c1517 static int no_statx; in uv__fs_statx() local
1524 if (uv__load_relaxed(&no_statx)) in uv__fs_statx()
1558 uv__store_relaxed(&no_statx, 1); in uv__fs_statx()

Completed in 6 milliseconds