Searched refs:mset (Results 1 – 11 of 11) sorted by relevance
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_mutexset_test.cc | 18 static void Expect(const MutexSet &mset, uptr i, u64 id, bool write, u64 epoch, in Expect() argument 20 MutexSet::Desc d = mset.Get(i); in Expect() 28 MutexSet mset; in TEST() local 29 EXPECT_EQ(mset.Size(), (uptr)0); in TEST() 31 mset.Add(1, true, 2); in TEST() 32 EXPECT_EQ(mset.Size(), (uptr)1); in TEST() 33 Expect(mset, 0, 1, true, 2, 1); in TEST() 34 mset.Del(1, true); in TEST() 35 EXPECT_EQ(mset.Size(), (uptr)0); in TEST() 37 mset.Add(3, true, 4); in TEST() [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_report.cc | 164 const MutexSet *mset) { in AddMemoryAccess() argument 176 for (uptr i = 0; i < mset->Size(); i++) { in AddMemoryAccess() 177 MutexSet::Desc d = mset->Get(i); in AddMemoryAccess() 180 mop->mset.PushBack(mtx); in AddMemoryAccess() 373 MutexSet *mset) { in RestoreStack() argument 395 if (mset) in RestoreStack() 396 *mset = hdr->mset0; in RestoreStack() 414 if (mset) { in RestoreStack() 416 mset->Add(pc, true, epoch0 + i); in RestoreStack() 418 mset->Del(pc, true); in RestoreStack() [all …]
|
D | tsan_report.cc | 67 : mset(MBlockReportMutex) { in ReportMop() 138 static void PrintMutexSet(Vector<ReportMopMutex> const& mset) { in PrintMutexSet() argument 139 for (uptr i = 0; i < mset.Size(); i++) { in PrintMutexSet() 142 const ReportMopMutex m = mset[i]; in PrintMutexSet() 144 Printf(i == mset.Size() - 1 ? ")" : ","); in PrintMutexSet() 163 PrintMutexSet(mop->mset); in PrintMop()
|
D | tsan_rtl_mutex.cc | 131 thr->mset.Remove(mid); in MutexDestroy() 171 thr->mset.Add(s->GetId(), true, thr->fast_state.epoch()); in MutexLock() 214 thr->mset.Del(s->GetId(), true); in MutexUnlock() 249 thr->mset.Add(s->GetId(), false, thr->fast_state.epoch()); in MutexReadLock() 290 thr->mset.Del(mid, false); in MutexReadUnlock() 330 thr->mset.Del(s->GetId(), write); in MutexReadOrWriteUnlock()
|
D | tsan_report.h | 59 Vector<ReportMopMutex> mset; member
|
D | tsan_rtl.h | 390 MutexSet mset; member 562 const MutexSet *mset); 588 MutexSet *mset);
|
D | tsan_rtl.cc | 513 hdr->mset0 = thr->mset; in TraceSwitch()
|
/external/protobuf/src/google/protobuf/ |
D | unittest_custom_options.proto | 327 optional AggregateMessageSet mset = 5; field 357 mset {
|
D | descriptor_unittest.cc | 3149 file_options.mset().GetExtension( in TEST()
|
/external/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 344 self.assertEqual("EmbeddedMessageSetElement", file_options.mset.Extensions[
|
/external/harfbuzz_ng/ |
D | NEWS | 1746 - Enable 'dlig' and 'mset' features in Arabic shaper.
|