Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
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()
Dkmp_ftn_entry.h422 th = __kmp_get_thread(); in ConvertedString()
Dkmp.h3134 #define __kmp_get_thread() (__kmp_thread_from_gtid(__kmp_get_gtid())) macro
Dkmp_tasking.cpp3936 kmp_info_t *thread = __kmp_get_thread(); in __kmp_fulfill_event()