Searched refs:old_stack (Results 1 – 2 of 2) sorted by relevance
4122 kmp_uint8 *old_stack, *new_stack; local4136 old_stack = this_thr->th.th_task_state_memo_stack;4139 __kmp_free(old_stack);
2212 kmp_uint8 *old_stack, *new_stack; in __kmp_fork_call() local2222 old_stack = master_th->th.th_task_state_memo_stack; in __kmp_fork_call()2225 __kmp_free(old_stack); in __kmp_fork_call()