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.cpp1044 bectl(__kmp_get_thread(), (bget_compact_t)0, (bget_acquire_t)malloc, in kmpc_set_poolsize()
1051 p = get_thr_data(__kmp_get_thread()); in kmpc_get_poolsize()
1061 p = get_thr_data(__kmp_get_thread()); in kmpc_set_poolmode()
1069 p = get_thr_data(__kmp_get_thread()); in kmpc_get_poolmode()
1075 kmp_info_t *th = __kmp_get_thread(); in kmpc_get_poolstat()
1087 kmp_info_t *th = __kmp_get_thread(); in kmpc_poolprint()
1159 brel(__kmp_get_thread(), *((void **)ptr - 1)); in kmpc_realloc()
1177 kmp_info_t *th = __kmp_get_thread(); in kmpc_free()
H A Dkmp_ftn_entry.h456 th = __kmp_get_thread(); in ConvertedString()
H A Dkmp.h3597 #define __kmp_get_thread() (__kmp_thread_from_gtid(__kmp_get_gtid())) macro
H A Dkmp_tasking.cpp4640 kmp_info_t *thread = __kmp_get_thread();