Searched refs:ONCE_STATE_DONE (Results 1 – 5 of 5) sorted by relevance
73 ONCE_STATE_DONE = 2 enumerator88 if (Acquire_Load(once) != ONCE_STATE_DONE) { in CallOnce()97 if (Acquire_Load(once) != ONCE_STATE_DONE) { in CallOnce()
21 if (state == ONCE_STATE_DONE) { in CallOnceImpl()38 Release_Store(once, ONCE_STATE_DONE); in CallOnceImpl()
157 *once = ONCE_STATE_DONE; in Init()
115 ONCE_STATE_DONE = 2126 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {135 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
68 if (state == ONCE_STATE_DONE) { in GoogleOnceInitImpl()84 internal::Release_Store(once, ONCE_STATE_DONE); in GoogleOnceInitImpl()