Lines Matching defs:stack_beg
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,
300 char *stack_beg = NULL;
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,
330 if (stack_beg == NULL) {
332 stack_beg = stack_end - th->th.th_info.ds.ds_stacksize;
343 if ((stack_beg > other_stack_beg && stack_beg < other_stack_end) ||