Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_runtime.cpp103 kmp_info_t *__kmp_thread_pool_insert_pt = NULL; variable
4228 if (new_thr == __kmp_thread_pool_insert_pt) { in __kmp_allocate_thread()
4229 __kmp_thread_pool_insert_pt = NULL; in __kmp_allocate_thread()
5605 if (__kmp_thread_pool_insert_pt != NULL) { in __kmp_free_thread()
5608 __kmp_thread_pool_insert_pt = NULL; in __kmp_free_thread()
5617 if (__kmp_thread_pool_insert_pt != NULL) { in __kmp_free_thread()
5618 scan = &(__kmp_thread_pool_insert_pt->th.th_next_pool); in __kmp_free_thread()
5629 __kmp_thread_pool_insert_pt = *scan = this_th; in __kmp_free_thread()
6032 __kmp_thread_pool_insert_pt = NULL; in __kmp_internal_end()
6677 KMP_DEBUG_ASSERT(__kmp_thread_pool_insert_pt == NULL); in __kmp_do_serial_initialize()
[all …]
H A Dz_Linux_util.cpp1322 __kmp_thread_pool_insert_pt = NULL; in __kmp_atfork_child()
H A Dkmp.h3099 extern kmp_info_t *__kmp_thread_pool_insert_pt;