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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp3564 int __kmp_register_root(int initial_thread) { argument
3588 if (!initial_thread && TCR_PTR(__kmp_threads[0]) == NULL) {
3607 for (gtid = (initial_thread ? 0 : 1); TCR_PTR(__kmp_threads[gtid]) != NULL;
3769 if (!initial_thread && ompt_enabled.enabled) {
H A Dkmp.h3121 extern int __kmp_register_root(int initial_thread);

Completed in 187 milliseconds