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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp94 kmp_info_t *__kmp_thread_pool_insert_pt = NULL; variable
4179 if (new_thr == __kmp_thread_pool_insert_pt) {
4180 __kmp_thread_pool_insert_pt = NULL;
5499 // last place a thread struct was inserted (__kmp_thread_pool_insert_pt).
5501 // of the list, kept track of by __kmp_thread_pool_insert_pt. With nested
5572 // If the __kmp_thread_pool_insert_pt is already past the new insert
5575 if (__kmp_thread_pool_insert_pt != NULL) {
5577 if (__kmp_thread_pool_insert_pt->th.th_info.ds.ds_gtid > gtid) {
5578 __kmp_thread_pool_insert_pt = NULL;
5587 if (__kmp_thread_pool_insert_pt !
[all...]
H A Dz_Linux_util.cpp1326 __kmp_thread_pool_insert_pt = NULL;
H A Dkmp.h3028 extern kmp_info_t *__kmp_thread_pool_insert_pt;

Completed in 185 milliseconds