Home
last modified time | relevance | path

Searched refs:__kmp_get_thread (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp1058 bectl(__kmp_get_thread(), (bget_compact_t)0, (bget_acquire_t)malloc, in kmpc_set_poolsize()
1065 p = get_thr_data(__kmp_get_thread()); in kmpc_get_poolsize()
1075 p = get_thr_data(__kmp_get_thread()); in kmpc_set_poolmode()
1083 p = get_thr_data(__kmp_get_thread()); in kmpc_get_poolmode()
1089 kmp_info_t *th = __kmp_get_thread(); in kmpc_get_poolstat()
1101 kmp_info_t *th = __kmp_get_thread(); in kmpc_poolprint()
1173 brel(__kmp_get_thread(), *((void **)ptr - 1)); in kmpc_realloc()
1191 kmp_info_t *th = __kmp_get_thread(); in kmpc_free()
H A Dkmp_ftn_entry.h579 th = __kmp_get_thread(); in ConvertedString()
H A Dkmp.h3654 #define __kmp_get_thread() (__kmp_thread_from_gtid(__kmp_get_gtid())) macro
H A Dkmp_tasking.cpp4633 kmp_info_t *thread = __kmp_get_thread();