Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_runtime.cpp2140 kmp_uint8 *old_stack, *new_stack; in __kmp_fork_call() local
2142 new_stack = (kmp_uint8 *)__kmp_allocate(new_size); in __kmp_fork_call()
2144 new_stack[i] = master_th->th.th_task_state_memo_stack[i]; in __kmp_fork_call()
2148 new_stack[i] = 0; in __kmp_fork_call()
2151 master_th->th.th_task_state_memo_stack = new_stack; in __kmp_fork_call()