Home | History | Annotate | Download | only in drd

Lines Matching refs:stack_max

198          DRD_(g_threadinfo)[i].stack_max     = 0;
328 DRD_(g_threadinfo)[created].stack_max
331 = DRD_(g_threadinfo)[created].stack_max;
333 = DRD_(g_threadinfo)[created].stack_max;
335 = DRD_(g_threadinfo)[created].stack_max;
338 tl_assert(DRD_(g_threadinfo)[created].stack_max != 0);
419 * Any conflicting accesses in the range stack_startup..stack_max will be
428 tl_assert(stack_startup <= DRD_(g_threadinfo)[tid].stack_max);
456 return DRD_(g_threadinfo)[tid].stack_max;
540 DRD_(g_threadinfo)[tid].stack_min = DRD_(g_threadinfo)[tid].stack_max;