Home
last modified time | relevance | path

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

/external/v8/src/base/
Donce.h73 ONCE_STATE_DONE = 2 enumerator
88 if (Acquire_Load(once) != ONCE_STATE_DONE) { in CallOnce()
97 if (Acquire_Load(once) != ONCE_STATE_DONE) { in CallOnce()
Donce.cc21 if (state == ONCE_STATE_DONE) { in CallOnceImpl()
38 Release_Store(once, ONCE_STATE_DONE); in CallOnceImpl()
Dlazy-instance.h157 *once = ONCE_STATE_DONE; in Init()
/external/protobuf/src/google/protobuf/stubs/
Donce.h115 ONCE_STATE_DONE = 2
126 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
135 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
Donce.cc68 if (state == ONCE_STATE_DONE) { in GoogleOnceInitImpl()
84 internal::Release_Store(once, ONCE_STATE_DONE); in GoogleOnceInitImpl()