Searched refs:SANITIZER_EXCLUDES (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h89 SANITIZER_EXCLUDES(free_list_mutex_, live_list_mutex_) { function in class:__hwasan::HwasanThreadList
119 SANITIZER_EXCLUDES(live_list_mutex_) { function in class:__hwasan::HwasanThreadList
132 void ReleaseThread(Thread *t) SANITIZER_EXCLUDES(free_list_mutex_) { function in class:__hwasan::HwasanThreadList
154 void VisitAllLiveThreads(CB cb) SANITIZER_EXCLUDES(live_list_mutex_) { function in class:__hwasan::HwasanThreadList
168 void AddThreadStats(Thread *t) SANITIZER_EXCLUDES(stats_mutex_) { function in class:__hwasan::HwasanThreadList
174 void RemoveThreadStats(Thread *t) SANITIZER_EXCLUDES(stats_mutex_) { function in class:__hwasan::HwasanThreadList
180 ThreadStats GetThreadStats() SANITIZER_EXCLUDES(stats_mutex_) { function in class:__hwasan::HwasanThreadList
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_safety.h42 #define SANITIZER_EXCLUDES(...) \ macro

Completed in 110 milliseconds