Home
last modified time | relevance | path

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

/external/v8/src/
Donce.h92 ONCE_STATE_DONE = 2 enumerator
106 if (Acquire_Load(once) != ONCE_STATE_DONE) { in CallOnce()
115 if (Acquire_Load(once) != ONCE_STATE_DONE) { in CallOnce()
Donce.cc45 if (state == ONCE_STATE_DONE) { in CallOnceImpl()
62 Release_Store(once, ONCE_STATE_DONE); in CallOnceImpl()
Dlazy-instance.h181 *once = ONCE_STATE_DONE; in Init()