Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_error.cpp63 d = p->stack_data; in __kmp_expand_cons_stack()
72 p->stack_data[i] = d[i]; in __kmp_expand_cons_stack()
145 p->stack_data[0].prev = 0; in __kmp_allocate_cons_stack()
146 p->stack_data[0].ident = NULL; in __kmp_allocate_cons_stack()
153 if (p->stack_data != NULL) { in __kmp_free_cons_stack()
154 __kmp_free(p->stack_data); in __kmp_free_cons_stack()
155 p->stack_data = NULL; in __kmp_free_cons_stack()
204 p->stack_data[tos].name = NULL; in __kmp_push_parallel()
239 p->stack_data[tos].type = ct; in __kmp_push_workshare()
360 p->stack_data[tos].type = ct;
[all …]
H A Dkmp_dispatch.h366 &p->stack_data[p->w_top]); in __kmp_dispatch_deo()
438 &p->stack_data[p->w_top]); in __kmp_dispatch_dxo()
H A Dz_Windows_NT_util.cpp892 volatile void *stack_data; in __kmp_launch_worker() local
930 TCW_PTR(this_thr->th.th_info.ds.ds_stackbase, &stack_data); in __kmp_launch_worker()
1053 int stack_data; in __kmp_create_worker() local
1071 TCW_PTR(th->th.th_info.ds.ds_stackbase, &stack_data); in __kmp_create_worker()
H A Dz_Linux_util.cpp449 int stack_data; in __kmp_set_stack_info() local
493 TCW_PTR(th->th.th_info.ds.ds_stackbase, &stack_data); in __kmp_set_stack_info()
H A Dkmp.h1192 struct cons_data *stack_data; member
H A Dkmp_runtime.cpp111 size_t stack_data; in __kmp_get_global_thread_id() local
141 stack_addr = (char *)&stack_data; in __kmp_get_global_thread_id()