Home | History | Annotate | Download | only in drd

Lines Matching refs:on_alt_stack

194          DRD_(g_threadinfo)[i].on_alt_stack        = False;
465 return DRD_(g_threadinfo)[tid].on_alt_stack;
469 const Bool on_alt_stack)
473 tl_assert(on_alt_stack == !!on_alt_stack);
474 DRD_(g_threadinfo)[tid].on_alt_stack = on_alt_stack;
482 n += DRD_(g_threadinfo)[i].on_alt_stack;