Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2055 kmp_uint8 *old_stack, *new_stack; in __kmp_fork_call() local
2057 new_stack = (kmp_uint8 *)__kmp_allocate(new_size); in __kmp_fork_call()
2059 new_stack[i] = master_th->th.th_task_state_memo_stack[i]; in __kmp_fork_call()
2063 new_stack[i] = 0; in __kmp_fork_call()
2066 master_th->th.th_task_state_memo_stack = new_stack; in __kmp_fork_call()