Searched refs:thr_ (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h16 ThreadState *const thr_; member in class:__tsan::ScopedInterceptor
H A Dtsan_interface_java.cc42 : thr_(thr) {
43 Initialize(thr_);
48 FuncExit(thr_);
53 ThreadState *thr_; member in class:__tsan::ScopedJavaFunc
H A Dtsan_interface_ann.cc36 : thr_(thr) {
37 FuncEntry(thr_, pc);
38 DPrintf("#%d: annotation %s() %s:%d\n", thr_->tid, aname, f, l);
42 FuncExit(thr_);
43 CheckNoLocks(thr_);
46 ThreadState *const thr_; member in class:__tsan::ScopedAnnotation
H A Dtsan_interface_atomic.cc492 : thr_(thr) {
493 FuncEntry(thr_, pc);
494 DPrintf("#%d: %s(%p, %d)\n", thr_->tid, func, a, mo);
497 ProcessPendingSignals(thr_);
498 FuncExit(thr_);
501 ThreadState *thr_; member in class:ScopedAtomic
H A Dtsan_interceptors.cc271 : thr_(thr)
274 if (!thr_->ignore_interceptors) {
278 DPrintf("#%d: intercept %s()\n", thr_->tid, fname);
279 if (!thr_->in_ignored_lib && libignore()->IsIgnored(pc)) {
281 thr_->in_ignored_lib = true;
282 ThreadIgnoreBegin(thr_, pc_);
288 thr_->in_ignored_lib = false;
289 ThreadIgnoreEnd(thr_, pc_);
291 if (!thr_->ignore_interceptors) {
292 ProcessPendingSignals(thr_);
[all...]

Completed in 119 milliseconds