Lines Matching defs:stack_end
246 char *stack_end = (char *)other_threads[i]->th.th_info.ds.ds_stackbase;
247 char *stack_beg = stack_end - other_threads[i]->th.th_info.ds.ds_stacksize;
248 __kmp_print_storage_map_gtid(i, stack_beg, stack_end,
301 char *stack_end = NULL;
306 stack_end = (char *)th->th.th_info.ds.ds_stackbase;
307 stack_beg = stack_end - th->th.th_info.ds.ds_stacksize;
313 gtid, stack_beg, stack_end, th->th.th_info.ds.ds_stacksize,
318 gtid, stack_beg, stack_end, th->th.th_info.ds.ds_stacksize,
331 stack_end = (char *)th->th.th_info.ds.ds_stackbase;
332 stack_beg = stack_end - th->th.th_info.ds.ds_stacksize;
344 (stack_end > other_stack_beg && stack_end < other_stack_end)) {