Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
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()
5705 if (__kmp_thread_pool_insert_pt->th.th_info.ds.ds_gtid > gtid) { 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()
[all …]
Dz_Linux_util.cpp1267 __kmp_thread_pool_insert_pt = NULL; in __kmp_atfork_child()
Dkmp.h3169 extern kmp_info_t *__kmp_thread_pool_insert_pt;