| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_rtl_mutex.cc | 46 s->dd.ctx = s->GetId(); in DDMutexInit() 106 u64 mid = s->GetId(); in MutexDestroy() 171 TraceAddEvent(thr, thr->fast_state, EventTypeLock, s->GetId()); in MutexPostLock() 192 thr->mset.Add(s->GetId(), true, thr->fast_state.epoch()); in MutexPostLock() 202 u64 mid = s->GetId(); in MutexPostLock() 220 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexUnlock() 239 thr->mset.Del(s->GetId(), true); in MutexUnlock() 245 u64 mid = s->GetId(); in MutexUnlock() 277 TraceAddEvent(thr, thr->fast_state, EventTypeRLock, s->GetId()); in MutexPostReadLock() 287 thr->mset.Add(s->GetId(), false, thr->fast_state.epoch()); in MutexPostReadLock() [all …]
|
| H A D | tsan_sync.h | 74 u64 GetId() const { in GetId() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_rtl_mutex.cc | 44 s->dd.ctx = s->GetId(); in DDMutexInit() 104 u64 mid = s->GetId(); in MutexDestroy() 169 TraceAddEvent(thr, thr->fast_state, EventTypeLock, s->GetId()); in MutexPostLock() 190 thr->mset.Add(s->GetId(), true, thr->fast_state.epoch()); in MutexPostLock() 200 u64 mid = s->GetId(); in MutexPostLock() 218 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexUnlock() 237 thr->mset.Del(s->GetId(), true); in MutexUnlock() 243 u64 mid = s->GetId(); in MutexUnlock() 275 TraceAddEvent(thr, thr->fast_state, EventTypeRLock, s->GetId()); in MutexPostReadLock() 285 thr->mset.Add(s->GetId(), false, thr->fast_state.epoch()); in MutexPostReadLock() [all …]
|
| H A D | tsan_sync.h | 72 u64 GetId() const { in GetId() function
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_rtl_mutex.cpp | 45 s->dd.ctx = s->GetId(); in DDMutexInit() 107 mid = s->GetId(); in MutexDestroy() 175 TraceAddEvent(thr, thr->fast_state, EventTypeLock, s->GetId()); in MutexPostLock() 193 thr->mset.Add(s->GetId(), true, thr->fast_state.epoch()); in MutexPostLock() 202 mid = s->GetId(); in MutexPostLock() 223 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexUnlock() 238 thr->mset.Del(s->GetId(), true); in MutexUnlock() 244 mid = s->GetId(); in MutexUnlock() 282 TraceAddEvent(thr, thr->fast_state, EventTypeRLock, s->GetId()); in MutexPostReadLock() 291 thr->mset.Add(s->GetId(), false, thr->fast_state.epoch()); in MutexPostReadLock() [all …]
|
| H A D | tsan_sync.h | 72 u64 GetId() const { in GetId() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | MSVCSetupApi.h | 395 STDMETHOD(GetId)(_Out_ BSTR *pbstrId) = 0;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 1097 size_t GetId(const std::string& str) { in GetId() function in testing::internal::edit_distance::__anonaa9cce310111::InternalStrings 1118 left_ids.push_back(intern_table.GetId(left[i])); in CalculateOptimalEdits() 1121 right_ids.push_back(intern_table.GetId(right[i])); in CalculateOptimalEdits()
|