Searched refs:AddAddr (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mutexset.h | 42 void AddAddr(uptr addr, StackID stack_id, bool write); 81 void MutexSet::AddAddr(uptr addr, StackID stack_id, bool write) {} in AddAddr() function
|
H A D | tsan_mutexset.cpp | 24 void MutexSet::AddAddr(uptr addr, StackID stack_id, bool write) { in AddAddr() function in __tsan::MutexSet
|
H A D | tsan_rtl_mutex.cpp | 77 thr->mset.AddAddr(addr, stack_id, write); in RecordMutexLock()
|
H A D | tsan_rtl_report.cpp | 571 mset->AddAddr(ev_addr, stack_id, is_write); in RestoreStack()
|