Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp7672 void __kmp_run_after_invoked_task(int gtid, int tid, kmp_info_t *this_thr, in __kmp_run_after_invoked_task() function
7770 __kmp_run_after_invoked_task(gtid, tid, this_thr, team); in __kmp_invoke_task_func()
7848 __kmp_run_after_invoked_task(gtid, 0, this_thr, team); in __kmp_invoke_teams_master()
H A Dkmp_gsupport.cpp547 __kmp_run_after_invoked_task(gtid, __kmp_tid_from_gtid(gtid), thr, in KMP_EXPAND_NAME()
H A Dkmp.h4096 extern void __kmp_run_after_invoked_task(int gtid, int tid,