Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_error.cpp66 d = p->stack_data; in __kmp_expand_cons_stack()
75 p->stack_data[i] = d[i]; in __kmp_expand_cons_stack()
148 p->stack_data[0].prev = 0; in __kmp_allocate_cons_stack()
149 p->stack_data[0].ident = NULL; in __kmp_allocate_cons_stack()
156 if (p->stack_data != NULL) { in __kmp_free_cons_stack()
157 __kmp_free(p->stack_data); in __kmp_free_cons_stack()
158 p->stack_data = NULL; in __kmp_free_cons_stack()
207 p->stack_data[tos].name = NULL; in __kmp_push_parallel()
240 p->stack_data[tos].type = ct; in __kmp_push_workshare()
353 p->stack_data[tos].type = ct;
[all …]
H A Dkmp_dispatch.h359 &p->stack_data[p->w_top]); in __kmp_dispatch_deo()
431 &p->stack_data[p->w_top]); in __kmp_dispatch_dxo()
H A Dz_Windows_NT_util.cpp989 volatile void *stack_data; in __kmp_launch_worker() local
1028 TCW_PTR(this_thr->th.th_info.ds.ds_stackbase, &stack_data); in __kmp_launch_worker()
1151 int stack_data; in __kmp_create_worker() local
1169 TCW_PTR(th->th.th_info.ds.ds_stackbase, &stack_data); in __kmp_create_worker()
H A Dz_Linux_util.cpp410 int stack_data; in __kmp_set_stack_info() local
454 TCW_PTR(th->th.th_info.ds.ds_stackbase, &stack_data); in __kmp_set_stack_info()
H A Dkmp.h1548 struct cons_data *stack_data; member
H A Dkmp_runtime.cpp120 size_t stack_data; in __kmp_get_global_thread_id() local
150 stack_addr = (char *)&stack_data; in __kmp_get_global_thread_id()