Home
last modified time | relevance | path

Searched refs:__kmp_thread_from_gtid (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/contrib/llvm-project/openmp/runtime/src/
HDkmp_itt.inl133 kmp_info_t *th = __kmp_thread_from_gtid(gtid);
192 kmp_info_t *th = __kmp_thread_from_gtid(gtid);
374 kmp_info_t *th = __kmp_thread_from_gtid(gtid);
424 kmp_info_t *thr = __kmp_thread_from_gtid(gtid);
569 kmp_info_t *thread = __kmp_thread_from_gtid(gtid);
581 kmp_info_t *thread = __kmp_thread_from_gtid(gtid);
803 kmp_info_t *thr = __kmp_thread_from_gtid((gtid));
824 __itt_mark_type mark = __kmp_thread_from_gtid(gtid)->th.th_itt_mark_single;
847 kmp_info_t *thr = __kmp_thread_from_gtid(gtid);
861 kmp_info_t *th = __kmp_thread_from_gtid(gtid);
[all …]
HDkmp_ftn_entry.h120 thread = __kmp_thread_from_gtid(gtid); in FTN_SET_BLOCKTIME()
936 thread = __kmp_thread_from_gtid(gtid); in KMP_EXPAND_NAME()
958 thread = __kmp_thread_from_gtid(gtid); in KMP_EXPAND_NAME()
987 thread = __kmp_thread_from_gtid(gtid); in KMP_EXPAND_NAME()
1665 return __kmp_thread_from_gtid(gtid)->th.th_current_task->td_flags.tasktype; in FTN_IN_EXPLICIT_TASK()
HDompt-specific.h116 return (gtid >= 0) ? __kmp_thread_from_gtid(gtid) : NULL; in ompt_get_thread_gtid()
HDompt-general.cpp747 thread = __kmp_thread_from_gtid(gtid);
768 thread = __kmp_thread_from_gtid(gtid);
HDkmp_alloc.cpp1701 ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a); in __kmp_alloc()
1713 ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a); in __kmp_alloc()
1726 ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a); in __kmp_alloc()
1733 ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a); in __kmp_alloc()
1893 __kmp_thread_free(__kmp_thread_from_gtid(gtid), desc.ptr_alloc); in ___kmpc_free()
HDkmp_csupport.cpp2166 thread = __kmp_thread_from_gtid(gtid); in kmpc_set_blocktime()
3664 th = __kmp_thread_from_gtid(global_tid); in __kmpc_reduce_nowait()
3800 OMPT_REDUCTION_DECL(__kmp_thread_from_gtid(global_tid), global_tid); in __kmpc_end_reduce_nowait()
3893 th = __kmp_thread_from_gtid(global_tid); in __kmpc_reduce()
3992 th = __kmp_thread_from_gtid(global_tid); in __kmpc_end_reduce()
4113 thread = __kmp_thread_from_gtid(gtid); in __kmpc_get_taskid()
4128 thread = __kmp_thread_from_gtid(gtid); in __kmpc_get_parent_taskid()
HDkmp_lock.cpp1086 kmp_info_t *this_thr = __kmp_thread_from_gtid(gtid); in __kmp_acquire_queuing_lock_timed_template()
1223 kmp_info_t *tail_thr = __kmp_thread_from_gtid(tail - 1); in __kmp_acquire_queuing_lock_timed_template()
1313 this_thr = __kmp_thread_from_gtid(gtid); in __kmp_test_queuing_lock()
1361 kmp_info_t *this_thr = __kmp_thread_from_gtid(gtid); in __kmp_release_queuing_lock()
1430 kmp_info_t *head_thr = __kmp_thread_from_gtid(head - 1); in __kmp_release_queuing_lock()
1455 kmp_info_t *head_thr = __kmp_thread_from_gtid(head - 1); in __kmp_release_queuing_lock()
HDkmp_tasking.cpp3806 __kmp_free_task_stack(__kmp_thread_from_gtid(gtid), thread_data);
5441 kmp_info_t *thread = __kmp_thread_from_gtid(gtid);
5462 kmp_info_t *thread = __kmp_thread_from_gtid(gtid);
HDkmp.h3613 #define __kmp_get_thread() (__kmp_thread_from_gtid(__kmp_get_gtid()))
3643 static inline kmp_info_t *__kmp_thread_from_gtid(int gtid) { in __kmp_thread_from_gtid() function
HDkmp_settings.cpp6116 thread = __kmp_thread_from_gtid(gtid); in __kmp_aux_env_initialize()