Home
last modified time | relevance | path

Searched refs:other_stack_end (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp311 char *other_stack_end = in __kmp_check_stack_overlap() local
314 other_stack_end - (size_t)TCR_PTR(f_th->th.th_info.ds.ds_stacksize); in __kmp_check_stack_overlap()
315 if ((stack_beg > other_stack_beg && stack_beg < other_stack_end) || in __kmp_check_stack_overlap()
316 (stack_end > other_stack_beg && stack_end < other_stack_end)) { in __kmp_check_stack_overlap()
321 -1, other_stack_beg, other_stack_end, in __kmp_check_stack_overlap()