Searched defs:annotate_unref_ (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp3690 annotate_unref_ = false;
3722 if (annotate_unref_) {
3727 if (annotate_unref_) {
3738 annotate_unref_ = true;
3745 bool annotate_unref_; member in struct:RefCountedClass
3884 annotate_unref_ = false;
3913 if (annotate_unref_) { ANNOTATE_CONDVAR_SIGNAL(this); }
3915 if (annotate_unref_) { ANNOTATE_CONDVAR_WAIT(this); }
3921 annotate_unref_ = true;
3927 bool annotate_unref_; member in struct:AtomicRefCountedClass
[all...]
/external/valgrind/unittest/
H A Dracecheck_unittest.cc3502 annotate_unref_ = false;
3534 if (annotate_unref_) {
3539 if (annotate_unref_) {
3550 annotate_unref_ = true;
3556 bool annotate_unref_; member in struct:RefCountedClass
3695 annotate_unref_ = false;
3724 if (annotate_unref_) { ANNOTATE_HAPPENS_BEFORE(this); }
3726 if (annotate_unref_) { ANNOTATE_HAPPENS_AFTER(this); }
3732 annotate_unref_ = true;
3738 bool annotate_unref_; member in struct:AtomicRefCountedClass
[all...]

Completed in 75 milliseconds