Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp110 kmp_info_t *__kmp_thread_pool_insert_pt = NULL; variable
4444 if (new_thr == __kmp_thread_pool_insert_pt) { in __kmp_allocate_thread()
4445 __kmp_thread_pool_insert_pt = NULL; in __kmp_allocate_thread()
5927 if (__kmp_thread_pool_insert_pt != NULL) { in __kmp_free_thread()
5930 __kmp_thread_pool_insert_pt = NULL; in __kmp_free_thread()
5939 if (__kmp_thread_pool_insert_pt != NULL) { in __kmp_free_thread()
5940 scan = &(__kmp_thread_pool_insert_pt->th.th_next_pool); in __kmp_free_thread()
5951 __kmp_thread_pool_insert_pt = *scan = this_th; in __kmp_free_thread()
6381 __kmp_thread_pool_insert_pt = NULL; in __kmp_internal_end()
7289 KMP_DEBUG_ASSERT(__kmp_thread_pool_insert_pt == NULL); in __kmp_do_serial_initialize()
[all …]
H A Dz_Linux_util.cpp1311 __kmp_thread_pool_insert_pt = NULL; in __kmp_atfork_child()
H A Dkmp.h3580 extern kmp_info_t *__kmp_thread_pool_insert_pt;