Home | History | Annotate | Download | only in drd

Lines Matching refs:stack_max

192          DRD_(g_threadinfo)[i].stack_max     = 0;
322 DRD_(g_threadinfo)[created].stack_max
325 = DRD_(g_threadinfo)[created].stack_max;
327 = DRD_(g_threadinfo)[created].stack_max;
329 = DRD_(g_threadinfo)[created].stack_max;
332 tl_assert(DRD_(g_threadinfo)[created].stack_max != 0);
413 * Any conflicting accesses in the range stack_startup..stack_max will be
422 tl_assert(stack_startup <= DRD_(g_threadinfo)[tid].stack_max);
450 return DRD_(g_threadinfo)[tid].stack_max;
534 DRD_(g_threadinfo)[tid].stack_min = DRD_(g_threadinfo)[tid].stack_max;