Searched refs:ds_stackgrow (Results 1 – 4 of 4) sorted by relevance
931 KMP_ASSERT(this_thr->th.th_info.ds.ds_stackgrow == FALSE); in __kmp_launch_worker()1073 TCW_4(th->th.th_info.ds.ds_stackgrow, TRUE); in __kmp_create_worker()1087 TCW_4(th->th.th_info.ds.ds_stackgrow, FALSE); in __kmp_create_worker()
486 TCW_4(th->th.th_info.ds.ds_stackgrow, FALSE); in __kmp_set_stack_info()494 TCW_4(th->th.th_info.ds.ds_stackgrow, TRUE); in __kmp_set_stack_info()
192 if (!TCR_4(other_threads[i]->th.th_info.ds.ds_stackgrow)) { in __kmp_get_global_thread_id()278 (th->th.th_info.ds.ds_stackgrow) ? "initial" : "actual"); in __kmp_check_stack_overlap()283 (th->th.th_info.ds.ds_stackgrow) ? "initial" : "actual"); in __kmp_check_stack_overlap()
1979 int ds_stackgrow; member