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

/external/compiler-rt/lib/tsan/rtl/
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_interceptors.cc164 ThreadState *const thr_; member in class:ScopedInterceptor
171 : thr_(thr)
174 if (!thr_->ignore_interceptors) {
178 DPrintf("#%d: intercept %s()\n", thr_->tid, fname);
179 if (!thr_->in_ignored_lib && libignore()->IsIgnored(pc)) {
181 thr_->in_ignored_lib = true;
182 ThreadIgnoreBegin(thr_, pc_);
188 thr_->in_ignored_lib = false;
189 ThreadIgnoreEnd(thr_, pc_);
191 if (!thr_
[all...]
H A Dtsan_interface_atomic.cc73 : thr_(thr) {
74 FuncEntry(thr_, pc);
75 DPrintf("#%d: %s(%p, %d)\n", thr_->tid, func, a, mo);
78 ProcessPendingSignals(thr_);
79 FuncExit(thr_);
82 ThreadState *thr_; member in class:ScopedAtomic

Completed in 360 milliseconds