Home | History | Annotate | Download | only in drd

Lines Matching refs:pthread_create_nesting_level

208          DRD_(g_threadinfo)[i].pthread_create_nesting_level = 0;
658 tl_assert(DRD_(g_threadinfo)[tid].pthread_create_nesting_level >= 0);
660 DRD_(g_threadinfo)[tid].pthread_create_nesting_level++;
674 tl_assert(DRD_(g_threadinfo)[tid].pthread_create_nesting_level > 0);
676 DRD_(g_threadinfo)[tid].pthread_create_nesting_level--;