Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp108 kmp_info_t *__kmp_thread_pool_insert_pt = NULL; variable
4255 if (new_thr == __kmp_thread_pool_insert_pt) { in __kmp_allocate_thread()
4256 __kmp_thread_pool_insert_pt = NULL; in __kmp_allocate_thread()
5703 if (__kmp_thread_pool_insert_pt != NULL) { in __kmp_free_thread()
5706 __kmp_thread_pool_insert_pt = NULL; in __kmp_free_thread()
5715 if (__kmp_thread_pool_insert_pt != NULL) { in __kmp_free_thread()
5716 scan = &(__kmp_thread_pool_insert_pt->th.th_next_pool); in __kmp_free_thread()
5727 __kmp_thread_pool_insert_pt = *scan = this_th; in __kmp_free_thread()
6126 __kmp_thread_pool_insert_pt = NULL; in __kmp_internal_end()
6931 KMP_DEBUG_ASSERT(__kmp_thread_pool_insert_pt == NULL); in __kmp_do_serial_initialize()
[all …]
H A Dz_Linux_util.cpp1267 __kmp_thread_pool_insert_pt = NULL; in __kmp_atfork_child()
H A Dkmp.h3169 extern kmp_info_t *__kmp_thread_pool_insert_pt;