HomeSort by relevance Sort by last modified time
    Searched full:guard_ (Results 1 - 4 of 4) sorted by null

  /art/runtime/base/
mutex.cc 674 : name_(name), guard_(guard) {
714 // guard_.AssertExclusiveHeld(self);
715 DCHECK_EQ(guard_.GetExclusiveOwnerTid(), SafeGetTid(self));
726 guard_.state_.Address(), cur_sequence) != -1;
741 guard_.AssertExclusiveHeld(self);
757 guard_.CheckSafeToWait(self);
763 guard_.AssertExclusiveHeld(self);
764 unsigned int old_recursion_count = guard_.recursion_count_;
768 guard_.num_contenders_++;
769 guard_.recursion_count_ = 1
    [all...]
mutex.h 401 Mutex& guard_; member in class:art::ConditionVariable
405 // changed and doesn't enter the wait. Modified while holding guard_, but is read by futex wait
406 // without guard_ held.
409 // waiters may have been requeued onto guard_. Guarded by guard_.
  /external/chromium_org/tools/generate_stubs/
generate_stubs_unittest.py 252 self.writer.WriteHeaderContents(module_names, 'my_namespace', 'GUARD_',
258 self.assertTrue(contents.find('#ifndef GUARD_') != -1)
  /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...]

Completed in 505 milliseconds