Searched refs:__ompt_lw_taskteam_init (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | ompt-specific.h | 26 void __ompt_lw_taskteam_init(ompt_lw_taskteam_t *lwt, kmp_info_t *thr,
|
D | ompt-specific.cpp | 255 void __ompt_lw_taskteam_init(ompt_lw_taskteam_t *lwt, kmp_info_t *thr, int gtid, in __ompt_lw_taskteam_init() function
|
D | kmp_runtime.cpp | 1373 __ompt_lw_taskteam_init(&lw_taskteam, this_thr, global_tid, in __kmp_serialized_parallel() 1532 __ompt_lw_taskteam_init(&lw_taskteam, master_th, gtid, in __kmp_fork_call() 1604 __ompt_lw_taskteam_init(&lw_taskteam, master_th, gtid, in __kmp_fork_call() 1763 __ompt_lw_taskteam_init(&lw_taskteam, master_th, gtid, in __kmp_fork_call() 1873 __ompt_lw_taskteam_init(&lw_taskteam, master_th, gtid, in __kmp_fork_call() 1934 __ompt_lw_taskteam_init(&lwt, master_th, gtid, &ompt_parallel_data, in __kmp_fork_call()
|