Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp.h3603 extern void __kmp_pop_current_task_from_thread(kmp_info_t *this_thr);
H A Dkmp_csupport.cpp582 __kmp_pop_current_task_from_thread(this_thr); in __kmpc_end_serialized_parallel()
H A Dkmp_tasking.cpp438 void __kmp_pop_current_task_from_thread(kmp_info_t *this_thr) { in __kmp_pop_current_task_from_thread() function
H A Dkmp_runtime.cpp2554 __kmp_pop_current_task_from_thread(master_th); in __kmp_join_call()