Home
last modified time | relevance | path

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

/third_party/node/deps/uv/src/
H A Duv-common.c899 static int was_shutdown; in uv_library_shutdown() local
901 if (uv__load_relaxed(&was_shutdown)) in uv_library_shutdown()
912 uv__store_relaxed(&was_shutdown, 1); in uv_library_shutdown()
/third_party/libuv/src/
H A Duv-common.c962 static int was_shutdown; in uv_library_shutdown() local
964 if (uv__exchange_int_relaxed(&was_shutdown, 1)) in uv_library_shutdown()

Completed in 6 milliseconds