Searched refs:__kmp_run_before_invoked_task (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_gsupport.cpp | 452 __kmp_run_before_invoked_task(gtid, tid, thr, team); in __kmp_GOMP_fork_call()
|
D | kmp_runtime.cpp | 7120 void __kmp_run_before_invoked_task(int gtid, int tid, kmp_info_t *this_thr, in __kmp_run_before_invoked_task() function 7159 __kmp_run_before_invoked_task(gtid, tid, this_thr, team); in __kmp_invoke_task_func() 7294 __kmp_run_before_invoked_task(gtid, 0, this_thr, team); in __kmp_invoke_teams_master()
|
D | kmp.h | 3572 extern void __kmp_run_before_invoked_task(int gtid, int tid,
|