Home
last modified time | relevance | path

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

/src/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp1031 KMP_ASSERT(this_thr->th.th_info.ds.ds_stackgrow == FALSE); in __kmp_launch_worker()
1173 TCW_4(th->th.th_info.ds.ds_stackgrow, TRUE); in __kmp_create_worker()
1187 TCW_4(th->th.th_info.ds.ds_stackgrow, FALSE); in __kmp_create_worker()
H A Dz_Linux_util.cpp513 TCW_4(th->th.th_info.ds.ds_stackgrow, FALSE); in __kmp_set_stack_info()
521 TCW_4(th->th.th_info.ds.ds_stackgrow, TRUE); in __kmp_set_stack_info()
H A Dkmp_runtime.cpp229 if (!TCR_4(other_threads[i]->th.th_info.ds.ds_stackgrow)) { in __kmp_get_global_thread_id()
315 (th->th.th_info.ds.ds_stackgrow) ? "initial" : "actual"); in __kmp_check_stack_overlap()
320 (th->th.th_info.ds.ds_stackgrow) ? "initial" : "actual"); in __kmp_check_stack_overlap()
H A Dkmp.h2311 int ds_stackgrow; member