Lines Matching refs:synchr_nesting
209 DRD_(g_threadinfo)[i].synchr_nesting = 0;
522 tl_assert(DRD_(g_threadinfo)[tid].synchr_nesting >= 0);
799 return DRD_(g_threadinfo)[tid].synchr_nesting++;
809 tl_assert(DRD_(g_threadinfo)[tid].synchr_nesting >= 1);
810 return --DRD_(g_threadinfo)[tid].synchr_nesting;
817 return DRD_(g_threadinfo)[tid].synchr_nesting;