Home | History | Annotate | Download | only in drd

Lines Matching refs:synchr_nesting

198          DRD_(g_threadinfo)[i].synchr_nesting = 0;
496 tl_assert(DRD_(g_threadinfo)[tid].synchr_nesting >= 0);
722 return DRD_(g_threadinfo)[tid].synchr_nesting++;
732 tl_assert(DRD_(g_threadinfo)[tid].synchr_nesting >= 1);
733 return --DRD_(g_threadinfo)[tid].synchr_nesting;
740 return DRD_(g_threadinfo)[tid].synchr_nesting;