Home
last modified time | relevance | path

Searched refs:master_th (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp928 master_th->th.th_team = team; in __kmp_fork_team_threads()
930 master_th->th.th_team_master = master_th; in __kmp_fork_team_threads()
1365 kmp_info_t *master_th; in __kmp_fork_call() local
2142 master_th->th in __kmp_fork_call()
2152 master_th->th in __kmp_fork_call()
2342 kmp_info_t *master_th; in __kmp_join_call() local
2350 root = master_th->th.th_root; in __kmp_join_call()
2506 if (master_th->th.th_team_nproc < master_th->th.th_teams_size.nth) { in __kmp_join_call()
2620 master_th->th.th_task_state_memo_stack[master_th->th.th_task_state_top] = in __kmp_join_call()
2625 master_th->th in __kmp_join_call()
[all …]
H A Dkmp_csupport.cpp290 kmp_info_t *master_th = __kmp_threads[gtid]; in __kmpc_fork_call() local
291 ompt_frame = &master_th->th.th_current_task->ompt_task_info.frame; in __kmpc_fork_call()