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

  /external/v8/src/base/
once.cc 21 if (state == ONCE_STATE_DONE) {
38 Release_Store(once, ONCE_STATE_DONE);
once.h 72 ONCE_STATE_DONE = 2
87 if (Acquire_Load(once) != ONCE_STATE_DONE) {
96 if (Acquire_Load(once) != ONCE_STATE_DONE) {
lazy-instance.h 159 *once = ONCE_STATE_DONE;
  /external/protobuf/src/google/protobuf/stubs/
once.cc 68 if (state == ONCE_STATE_DONE) {
84 internal::Release_Store(once, ONCE_STATE_DONE);
once.h 115 ONCE_STATE_DONE = 2
126 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
135 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
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) {
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
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) {
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
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) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
once.h 115 ONCE_STATE_DONE = 2
126 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
135 if (internal::Acquire_Load(once) != ONCE_STATE_DONE) {
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
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) {

Completed in 3708 milliseconds