Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp704 __kmp_pop_task_team_node(this_thr, serial_team); in __kmpc_end_serialized_parallel()
H A Dkmp.h4142 extern void __kmp_pop_task_team_node(kmp_info_t *thread, kmp_team_t *team);
H A Dkmp_tasking.cpp4086 void __kmp_pop_task_team_node(kmp_info_t *thread, kmp_team_t *team) { function