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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp813 bool tid_changed = tid != thr_bar->old_tid; local
820 if (uninitialized || team_sz_changed || tid_changed) {
850 if (uninitialized || team_changed || tid_changed) {
856 if (uninitialized || team_sz_changed || tid_changed) {

Completed in 35 milliseconds