Home | History | Annotate | Download | only in rtl

Lines Matching refs:thr_

146   ThreadState *const thr_;
152 : thr_(thr)
154 if (thr_->in_rtl == 0) {
157 thr_->in_rtl++;
158 DPrintf("#%d: intercept %s()\n", thr_->tid, fname);
160 thr_->in_rtl++;
165 thr_->in_rtl--;
166 if (thr_->in_rtl == 0) {
167 FuncExit(thr_);
168 ProcessPendingSignals(thr_);
170 CHECK_EQ(in_rtl_, thr_->in_rtl);