Searched refs:synchr_nesting (Results 1 – 3 of 3) sorted by relevance
99 Int synchr_nesting; member261 return (DRD_(g_threadinfo)[DRD_(g_drd_running_tid)].synchr_nesting == 0 in DRD_()277 return (DRD_(g_threadinfo)[DRD_(g_drd_running_tid)].synchr_nesting == 0 in DRD_()
195 DRD_(g_threadinfo)[i].synchr_nesting = 0; in DRD_()493 tl_assert(DRD_(g_threadinfo)[tid].synchr_nesting >= 0); in DRD_()714 return DRD_(g_threadinfo)[tid].synchr_nesting++; in DRD_()724 tl_assert(DRD_(g_threadinfo)[tid].synchr_nesting >= 1); in DRD_()725 return --DRD_(g_threadinfo)[tid].synchr_nesting; in DRD_()732 return DRD_(g_threadinfo)[tid].synchr_nesting; in DRD_()
155 267413 Assertion 'DRD_(g_threadinfo)[tid].synchr_nesting >= 1' failed.