Home
last modified time | relevance | path

Searched refs:ONCE_STATE_DONE (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/base/
Donce.h74 ONCE_STATE_DONE = 2 enumerator
88 if (once->load(std::memory_order_acquire) != ONCE_STATE_DONE) { in CallOnce()
96 if (once->load(std::memory_order_acquire) != ONCE_STATE_DONE) { in CallOnce()
Donce.cc20 if (once->load(std::memory_order_acquire) == ONCE_STATE_DONE) { in CallOnceImpl()
37 once->store(ONCE_STATE_DONE, std::memory_order_release); in CallOnceImpl()
Dlazy-instance.h155 *once = ONCE_STATE_DONE; in Init()