Home
last modified time | relevance | path

Searched refs:th_serial_team (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp1157 serial_team = this_thr->th.th_serial_team; in __kmp_serialized_parallel()
1233 this_thr->th.th_serial_team = serial_team; in __kmp_serialized_parallel()
1513 if (parent_team == master_th->th.th_serial_team) { in __kmp_fork_call()
1749 master_th->th.th_serial_team->t.t_ident = loc; in __kmp_fork_call()
1752 master_th->th.th_serial_team->t.t_level--; in __kmp_fork_call()
1822 master_th->th.th_serial_team); in __kmp_fork_call()
2538 parent_team != master_th->th.th_serial_team && in __kmp_join_call()
2541 master_th->th.th_serial_team USE_NESTED_HOT_ARG(NULL)); in __kmp_join_call()
2542 master_th->th.th_serial_team = parent_team; in __kmp_join_call()
2593 if (thread->th.th_team != thread->th.th_serial_team) { in __kmp_save_internal_controls()
[all …]
Dkmp_omp.h98 offset_and_size_t th_serial_team; // serial team under this thread member
Dkmp_debugger.cpp94 offset_and_size_of(kmp_base_info_t, th_serial_team),
Dkmp.h2572 *th_serial_team; /*serialized team held in reserve*/ member
Dkmp_csupport.cpp504 serial_team = this_thr->th.th_serial_team; in __kmpc_end_serialized_parallel()