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

/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interface_java.cc40 : thr_(thr) {
41 Initialize(thr_);
46 FuncExit(thr_);
51 ThreadState *thr_; member in class:__tsan::ScopedJavaFunc
H A Dtsan_interface_ann.cc34 : thr_(thr) {
35 FuncEntry(thr_, pc);
36 DPrintf("#%d: annotation %s() %s:%d\n", thr_->tid, aname, f, l);
40 FuncExit(thr_);
41 CheckNoLocks(thr_);
44 ThreadState *const thr_; member in class:__tsan::ScopedAnnotation
H A Dtsan_interceptors.cc179 ThreadState *const thr_; member in class:ScopedInterceptor
186 : thr_(thr)
189 if (!thr_->ignore_interceptors) {
193 DPrintf("#%d: intercept %s()\n", thr_->tid, fname);
194 if (!thr_->in_ignored_lib && libignore()->IsIgnored(pc)) {
196 thr_->in_ignored_lib = true;
197 ThreadIgnoreBegin(thr_, pc_);
203 thr_->in_ignored_lib = false;
204 ThreadIgnoreEnd(thr_, pc_);
206 if (!thr_
[all...]
H A Dtsan_interface_atomic.cc489 : thr_(thr) {
490 FuncEntry(thr_, pc);
491 DPrintf("#%d: %s(%p, %d)\n", thr_->tid, func, a, mo);
494 ProcessPendingSignals(thr_);
495 FuncExit(thr_);
498 ThreadState *thr_; member in class:ScopedAtomic

Completed in 59 milliseconds