/art/runtime/base/ |
mutex.cc | 757 : name_(name), guard_(guard) { 792 // guard_.AssertExclusiveHeld(self); 793 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self)); 804 &guard_.state_, cur_sequence) != -1; 819 guard_.AssertExclusiveHeld(self); 835 guard_.CheckSafeToWait(self); 841 guard_.AssertExclusiveHeld(self); 842 unsigned int old_recursion_count = guard_.recursion_count_; 846 android_atomic_inc(&guard_.num_contenders_); 847 guard_.recursion_count_ = 1 [all...] |
mutex.h | 336 Mutex& guard_; member in class:art::ConditionVariable 340 // changed and doesn't enter the wait. Modified while holding guard_, but is read by futex wait 341 // without guard_ held. 344 // waiters may have been requeued onto guard_. Guarded by guard_.
|
/external/chromium_org/tools/generate_stubs/ |
generate_stubs_unittest.py | 240 self.writer.WriteHeaderContents(module_names, 'my_namespace', 'GUARD_', 246 self.assertTrue(contents.find('#ifndef GUARD_') != -1)
|
/external/chromium_org/v8/src/ |
heap-inl.h | 57 if (guard_) { 79 guard_ = guard_ ||
|
heap.h | 361 if (!guard_) { 411 bool guard_; member in class:v8::internal::PromotionQueue [all...] |
heap.cc | [all...] |
/external/v8/src/ |
heap-inl.h | 57 if (guard_) { 79 guard_ = guard_ ||
|
heap.h | 314 if (!guard_) { 364 bool guard_; member in class:v8::internal::PromotionQueue [all...] |
heap.cc | [all...] |
/sdk/emulator/opengl/host/tools/emugen/ |
ApiGen.cpp | 318 fprintf(fp, "\n#ifndef GUARD_%s\n", classname.c_str()); 319 fprintf(fp, "#define GUARD_%s\n\n", classname.c_str()); 693 fprintf(fp, "\n#ifndef GUARD_%s\n", classname.c_str()); 694 fprintf(fp, "#define GUARD_%s\n\n", classname.c_str()); [all...] |