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

  /external/chromium_org/v8/src/
once.cc 45 if (state == ONCE_STATE_DONE) {
62 Release_Store(once, ONCE_STATE_DONE);
once.h 92 ONCE_STATE_DONE = 2
106 if (Acquire_Load(once) != ONCE_STATE_DONE) {
115 if (Acquire_Load(once) != ONCE_STATE_DONE) {
lazy-instance.h 185 *once = ONCE_STATE_DONE;
  /external/v8/src/
once.cc 45 if (state == ONCE_STATE_DONE) {
62 Release_Store(once, ONCE_STATE_DONE);
once.h 92 ONCE_STATE_DONE = 2
106 if (Acquire_Load(once) != ONCE_STATE_DONE) {
115 if (Acquire_Load(once) != ONCE_STATE_DONE) {
lazy-instance.h 181 *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 93 ONCE_STATE_DONE = 2
102 if (::base::subtle::Acquire_Load(once) != ONCE_STATE_DONE)

Completed in 360 milliseconds