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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp960 int use_hot_team; local
976 use_hot_team = 0;
996 use_hot_team = 1; // the team is ready to use
998 use_hot_team = 0; // AC: threads are not allocated yet
1003 use_hot_team = 0;
1007 use_hot_team = team == root->r.r_hot_team;
1009 if (!use_hot_team) {
4853 int use_hot_team = !root->r.r_active;
4881 use_hot_team = 1;
4883 use_hot_team
[all...]

Completed in 43 milliseconds