Searched refs:__ompt_lw_taskteam_link (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | ompt-specific.h | 29 void __ompt_lw_taskteam_link(ompt_lw_taskteam_t *lwt, kmp_info_t *thr,
|
D | ompt-specific.cpp | 269 void __ompt_lw_taskteam_link(ompt_lw_taskteam_t *lwt, kmp_info_t *thr, in __ompt_lw_taskteam_link() function
|
D | kmp_runtime.cpp | 1376 __ompt_lw_taskteam_link(&lw_taskteam, this_thr, 1); in __kmp_serialized_parallel() 1536 __ompt_lw_taskteam_link(&lw_taskteam, master_th, 0); in __kmp_fork_call() 1606 __ompt_lw_taskteam_link(&lw_taskteam, master_th, 1, true); in __kmp_fork_call() 1766 __ompt_lw_taskteam_link(&lw_taskteam, master_th, 0); in __kmp_fork_call() 1875 __ompt_lw_taskteam_link(&lw_taskteam, master_th, 0); in __kmp_fork_call() 1938 __ompt_lw_taskteam_link(&lwt, master_th, 1); in __kmp_fork_call()
|