HomeSort by relevance Sort by last modified time
    Searched refs:ONCE_STATE_DONE (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/src/base/
once.cc 21 if (state == ONCE_STATE_DONE) {
38 Release_Store(once, ONCE_STATE_DONE);
once.h 69 ONCE_STATE_DONE = 2
83 if (Acquire_Load(once) != ONCE_STATE_DONE) {
92 if (Acquire_Load(once) != ONCE_STATE_DONE) {
lazy-instance.h 159 *once = ONCE_STATE_DONE;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
once.cc 68 if (state == ONCE_STATE_DONE) {
84 internal::Release_Store(once, ONCE_STATE_DONE);
once.h 114 ONCE_STATE_DONE = 2
125 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
134 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
  /external/chromium_org/third_party/leveldatabase/port/
port_chromium.cc 55 if (state == ONCE_STATE_DONE)
66 ::base::subtle::Release_Store(once, ONCE_STATE_DONE);
port_chromium.h 94 ONCE_STATE_DONE = 2
103 if (::base::subtle::Acquire_Load(once) != ONCE_STATE_DONE)

Completed in 236 milliseconds