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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h98 offset_and_size_t th_serial_team; // serial team under this thread member in struct:__anon3442
H A Dkmp_debugger.cpp94 offset_and_size_of(kmp_base_info_t, th_serial_team),
H A Dkmp_runtime.cpp1148 serial_team = this_thr->th.th_serial_team;
1224 this_thr->th.th_serial_team = serial_team;
1504 if (parent_team == master_th->th.th_serial_team) {
1714 master_th->th.th_serial_team->t.t_ident = loc;
1717 master_th->th.th_serial_team->t.t_level--;
1787 master_th->th.th_serial_team);
2500 parent_team != master_th->th.th_serial_team &&
2503 master_th->th.th_serial_team USE_NESTED_HOT_ARG(NULL));
2504 master_th->th.th_serial_team = parent_team;
2555 if (thread->th.th_team != thread->th.th_serial_team) {
[all...]
H A Dkmp.h2483 *th_serial_team; /*serialized team held in reserve*/ member in struct:kmp_base_info
H A Dkmp_csupport.cpp501 serial_team = this_thr->th.th_serial_team;

Completed in 296 milliseconds