Searched refs:ONCE_STATE_DONE (Results 1 – 5 of 5) sorted by relevance
72 ONCE_STATE_DONE = 2 enumerator87 if (Acquire_Load(once) != ONCE_STATE_DONE) { in CallOnce()96 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()
159 *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()