Lines Matching refs:stack_max
203 DRD_(g_threadinfo)[i].stack_max = 0;
348 DRD_(g_threadinfo)[created].stack_max
351 = DRD_(g_threadinfo)[created].stack_max;
353 = DRD_(g_threadinfo)[created].stack_max;
355 = DRD_(g_threadinfo)[created].stack_max;
358 tl_assert(DRD_(g_threadinfo)[created].stack_max != 0);
439 * Any conflicting accesses in the range stack_startup..stack_max will be
448 tl_assert(stack_startup <= DRD_(g_threadinfo)[tid].stack_max);
476 return DRD_(g_threadinfo)[tid].stack_max;
560 DRD_(g_threadinfo)[tid].stack_min = DRD_(g_threadinfo)[tid].stack_max;