Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT_util.cpp1557 static int glb_running_threads = 0; in __kmp_get_load_balance() local
1574 running_threads = glb_running_threads; in __kmp_get_load_balance()
1667 glb_running_threads = running_threads; in __kmp_get_load_balance()
H A Dz_Linux_util.cpp2297 static int glb_running_threads = 0; // Saved count of the running threads for local
2328 running_threads = glb_running_threads;
2512 glb_running_threads = running_threads;