Home
last modified time | relevance | path

Searched refs:__kmp_entry_thread (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h661 thread = __kmp_entry_thread(); in FTN_SET_NESTED()
677 thread = __kmp_entry_thread(); in FTN_GET_NESTED()
689 thread = __kmp_entry_thread(); in FTN_SET_DYNAMIC()
701 thread = __kmp_entry_thread(); in FTN_GET_DYNAMIC()
710 kmp_info_t *th = __kmp_entry_thread(); in FTN_IN_PARALLEL()
768 return __kmp_entry_thread()->th.th_team->t.t_active_level; in FTN_GET_ACTIVE_LEVEL()
777 return __kmp_entry_thread()->th.th_team->t.t_level; in FTN_GET_LEVEL()
825 return __kmp_entry_thread()->th.th_current_task->td_flags.final; in FTN_IN_FINAL()
833 return get__proc_bind(__kmp_entry_thread()); in FTN_GET_PROC_BIND()
1028 return __kmp_entry_thread()->th.th_current_task->td_icvs.default_device; in FTN_GET_DEFAULT_DEVICE()
[all …]
H A Dkmp_cancel.cpp311 kmp_info_t *this_thr = __kmp_entry_thread(); in __kmp_get_cancellation_status()
H A Dkmp_alloc.cpp1098 ptr = bget(__kmp_entry_thread(), (bufsize)(size + sizeof(ptr))); in kmpc_malloc()
1119 ptr_allocated = bget(__kmp_entry_thread(), (bufsize)size); in kmpc_aligned_malloc()
1133 ptr = bgetz(__kmp_entry_thread(), (bufsize)(nelem * elsize + sizeof(ptr))); in kmpc_calloc()
1146 result = bget(__kmp_entry_thread(), (bufsize)(size + sizeof(ptr))); in kmpc_realloc()
1161 result = bgetr(__kmp_entry_thread(), *((void **)ptr - 1), in kmpc_realloc()
H A Dkmp_csupport.cpp148 return __kmp_entry_thread()->th.th_team->t.t_nproc; in __kmpc_bound_num_threads()
220 return __kmp_entry_thread()->th.th_root->r.r_active; in __kmpc_in_parallel()
2047 thread = __kmp_entry_thread(); in ompc_set_dynamic()
2058 thread = __kmp_entry_thread(); in ompc_set_nested()
H A Dkmp.h3740 static inline kmp_info_t *__kmp_entry_thread() { in __kmp_entry_thread() function
H A Dkmp_runtime.cpp8524 kmp_info_t *thr = __kmp_entry_thread(); in __kmp_aux_get_team_info()
9070 return ((__kmp_entry_thread()->th.th_local.packed_reduction_method) >> 8); in __kmp_get_reduce_method()