Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
H A Dlinux.c328 static _Atomic unsigned cached_version; in uv__kernel_version() local
337 version = atomic_load_explicit(&cached_version, memory_order_relaxed); in uv__kernel_version()
393 atomic_store_explicit(&cached_version, version, memory_order_relaxed); in uv__kernel_version()
/third_party/node/deps/uv/src/unix/
H A Dfs.c911 static unsigned cached_version; in uv__kernel_version() local
918 version = uv__load_relaxed(&cached_version); in uv__kernel_version()
929 uv__store_relaxed(&cached_version, version); in uv__kernel_version()

Completed in 7 milliseconds