Home
last modified time | relevance | path

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

/third_party/node/deps/uv/src/unix/
H A Dlinux-core.c122 static clock_t fast_clock_id = -1; in uv__hrtime() local
138 clock_id = uv__load_relaxed(&fast_clock_id); in uv__hrtime()
147 uv__store_relaxed(&fast_clock_id, clock_id); in uv__hrtime()
/third_party/libuv/src/unix/
H A Dlinux.c1648 static _Atomic clock_t fast_clock_id = -1; in uv__hrtime() local
1664 clock_id = atomic_load_explicit(&fast_clock_id, memory_order_relaxed); in uv__hrtime()
1673 atomic_store_explicit(&fast_clock_id, clock_id, memory_order_relaxed); in uv__hrtime()

Completed in 4 milliseconds