| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_interceptors.h | 16 ThreadState *const thr_; member in class:__tsan::ScopedInterceptor
|
| tsan_interface_java.cc | 42 : thr_(thr) { 43 Initialize(thr_); 48 FuncExit(thr_); 53 ThreadState *thr_; member in class:__tsan::ScopedJavaFunc
|
| tsan_interface_ann.cc | 35 : thr_(thr) { 36 FuncEntry(thr_, pc); 37 DPrintf("#%d: annotation %s()\n", thr_->tid, aname); 41 FuncExit(thr_); 42 CheckNoLocks(thr_); 45 ThreadState *const thr_; member in class:__tsan::ScopedAnnotation
|
| tsan_interface_atomic.cc | 494 : thr_(thr) { 495 FuncEntry(thr_, pc); 496 DPrintf("#%d: %s(%p, %d)\n", thr_->tid, func, a, mo); 499 ProcessPendingSignals(thr_); 500 FuncExit(thr_); 503 ThreadState *thr_; member in class:ScopedAtomic
|
| tsan_interceptors.cc | 255 : thr_(thr), pc_(pc), in_ignored_lib_(false), ignoring_(false) { 257 if (!thr_->is_inited) return; 258 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); 259 DPrintf("#%d: intercept %s()\n", thr_->tid, fname); 261 !thr_->in_ignored_lib && (flags()->ignore_interceptors_accesses || 267 if (!thr_->is_inited) return; 269 if (!thr_->ignore_interceptors) { 270 ProcessPendingSignals(thr_); 271 FuncExit(thr_); 272 CheckNoLocks(thr_); [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_interceptors.h | 23 ThreadState *const thr_; member in class:__tsan::ScopedInterceptor
|
| tsan_interface_ann.cpp | 33 : thr_(thr) { 34 FuncEntry(thr_, pc); 35 DPrintf("#%d: annotation %s()\n", thr_->tid, aname); 39 FuncExit(thr_); 43 ThreadState *const thr_; member in class:__tsan::ScopedAnnotation
|
| tsan_interceptors_posix.cpp | 246 : thr_(thr), in_ignored_lib_(false), ignoring_(false) { 248 if (!thr_->is_inited) return; 249 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); 250 DPrintf("#%d: intercept %s()\n", thr_->tid, fname); 252 !thr_->in_ignored_lib && (flags()->ignore_interceptors_accesses || 258 if (!thr_->is_inited) return; 260 if (!thr_->ignore_interceptors) { 261 ProcessPendingSignals(thr_); 262 FuncExit(thr_); 269 ThreadIgnoreBegin(thr_, 0) [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_interface_ann.cpp | 33 : thr_(thr) { 34 FuncEntry(thr_, pc); 35 DPrintf("#%d: annotation %s()\n", thr_->tid, aname); 39 FuncExit(thr_); 43 ThreadState *const thr_; member in class:__tsan::ScopedAnnotation
|
| tsan_interceptors.h | 23 ThreadState *const thr_; member in class:__tsan::ScopedInterceptor
|
| tsan_rtl.h | 632 : thr_(thr), locked_(recursive ? thr->slot_locked : false) { 641 SlotLock(thr_); 647 SlotUnlock(thr_); 651 ThreadState *thr_; member in class:__tsan::SlotLocker 657 SlotUnlocker(ThreadState *thr) : thr_(thr), locked_(thr->slot_locked) { 659 SlotUnlock(thr_); 664 SlotLock(thr_); 668 ThreadState *thr_; member in class:__tsan::SlotUnlocker
|
| tsan_interceptors_posix.cpp | 276 : thr_(thr) { 288 if (!thr_->is_inited) return; 289 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); 290 DPrintf("#%d: intercept %s()\n", thr_->tid, fname); 292 !thr_->in_ignored_lib && (flags()->ignore_interceptors_accesses || 298 if (!thr_->is_inited) return; 301 EnterBlockingFunc(thr_); 302 if (!thr_->ignore_interceptors) { 303 ProcessPendingSignals(thr_); 304 FuncExit(thr_); [all...] |