Searched refs:synchr_nesting (Results 1 – 3 of 3) sorted by relevance
98 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_()
198 DRD_(g_threadinfo)[i].synchr_nesting = 0; in DRD_()496 tl_assert(DRD_(g_threadinfo)[tid].synchr_nesting >= 0); in DRD_()722 return DRD_(g_threadinfo)[tid].synchr_nesting++; in DRD_()732 tl_assert(DRD_(g_threadinfo)[tid].synchr_nesting >= 1); in DRD_()733 return --DRD_(g_threadinfo)[tid].synchr_nesting; in DRD_()740 return DRD_(g_threadinfo)[tid].synchr_nesting; in DRD_()
155 267413 Assertion 'DRD_(g_threadinfo)[tid].synchr_nesting >= 1' failed.