OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:guard_
(Results
1 - 8
of
8
) sorted by null
/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/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
...]
/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
...]
Completed in 54 milliseconds