Searched refs:Unref (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/tsan/
H A Dthread_sanitizer.cc1158 static void Unref(VTS *vts) { function in class:VTS
1782 VTS::Unref(seg->vts_);
1872 VTS::Unref(seg->vts_);
1900 static void INLINE Unref(SID sid, const char *where) { function
2116 Segment::Unref(sid, "SegmentSet::Recycle");
2138 static void INLINE Unref(SSID ssid, const char *where) {
2142 Segment::Unref(ssid.GetSingleton(), where);
2921 void Unref(const char *where) {
2924 SegmentSet::Unref(rd_ssid(), where);
2928 SegmentSet::Unref(wr_ssi
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp3717 void Unref() { function in struct:RefCountedClass
3766 object->Unref();
3793 object->Unref();
3809 // test78: TN. Ref counting, Unref is annotated. {{{1
3812 // same as test76, but RefCountedClass::Unref is annotated.
3820 object->Unref();
3823 printf("test78: true negative (ref counting), Unref is annotated\n");
3907 void Unref() { function in struct:AtomicRefCountedClass
3945 object->Unref(); // All the tricky stuff is here.
3960 // test81: TN. Ref counting with atomics, Unref i
[all...]
/external/valgrind/unittest/
H A Dracecheck_unittest.cc3529 void Unref() { function in struct:RefCountedClass
3577 object->Unref();
3604 object->Unref();
3620 // test78: TN. Ref counting, Unref is annotated. {{{1
3623 // same as test76, but RefCountedClass::Unref is annotated.
3631 object->Unref();
3634 printf("test78: true negative (ref counting), Unref is annotated\n");
3718 void Unref() { function in struct:AtomicRefCountedClass
3756 object->Unref(); // All the tricky stuff is here.
3771 // test81: TN. Ref counting with atomics, Unref i
[all...]

Completed in 97 milliseconds