Searched refs:__kmp_run_before_invoked_task (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_runtime.cpp | 7647 void __kmp_run_before_invoked_task(int gtid, int tid, kmp_info_t *this_thr, in __kmp_run_before_invoked_task() function 7686 __kmp_run_before_invoked_task(gtid, tid, this_thr, team); in __kmp_invoke_task_func() 7831 __kmp_run_before_invoked_task(gtid, 0, this_thr, team); in __kmp_invoke_teams_master()
|
| HD | kmp_gsupport.cpp | 482 __kmp_run_before_invoked_task(gtid, tid, thr, team); in __kmp_GOMP_fork_call()
|
| HD | kmp.h | 4093 extern void __kmp_run_before_invoked_task(int gtid, int tid,
|