Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_itt.inl90 ident_t *loc = __kmp_thread_from_gtid(gtid)->th.th_ident;
435 ident_t *loc = __kmp_thread_from_gtid(gtid)->th.th_ident;
482 kmp_info_t *thr = __kmp_thread_from_gtid(gtid);
625 kmp_info_t *thread = __kmp_thread_from_gtid(gtid);
637 kmp_info_t *thread = __kmp_thread_from_gtid(gtid);
859 kmp_info_t *thr = __kmp_thread_from_gtid((gtid));
880 __itt_mark_type mark = __kmp_thread_from_gtid(gtid)->th.th_itt_mark_single;
903 kmp_info_t *thr = __kmp_thread_from_gtid(gtid);
917 kmp_info_t *th = __kmp_thread_from_gtid(gtid);
929 kmp_info_t *th = __kmp_thread_from_gtid(gtid);
[all …]
Dkmp_ftn_entry.h110 thread = __kmp_thread_from_gtid(gtid); in FTN_SET_BLOCKTIME()
126 thread = __kmp_thread_from_gtid(gtid); in FTN_GET_BLOCKTIME()
844 thread = __kmp_thread_from_gtid(gtid); in KMP_EXPAND_NAME()
863 thread = __kmp_thread_from_gtid(gtid); in KMP_EXPAND_NAME()
889 thread = __kmp_thread_from_gtid(gtid); in KMP_EXPAND_NAME()
Dompt-specific.h97 return (gtid >= 0) ? __kmp_thread_from_gtid(gtid) : NULL; in ompt_get_thread_gtid()
Dompt-general.cpp714 thread = __kmp_thread_from_gtid(gtid);
735 thread = __kmp_thread_from_gtid(gtid);
Dkmp_alloc.cpp1533 ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a); in __kmpc_alloc()
1544 ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a); in __kmpc_alloc()
1554 ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a); in __kmpc_alloc()
1561 ptr = __kmp_thread_malloc(__kmp_thread_from_gtid(gtid), desc.size_a); in __kmpc_alloc()
1706 __kmp_thread_free(__kmp_thread_from_gtid(gtid), desc.ptr_alloc); in __kmpc_free()
Dkmp_csupport.cpp1944 thread = __kmp_thread_from_gtid(gtid); in kmpc_set_blocktime()
3386 th = __kmp_thread_from_gtid(global_tid); in __kmpc_reduce_nowait()
3522 OMPT_REDUCTION_DECL(__kmp_thread_from_gtid(global_tid), global_tid); in __kmpc_end_reduce_nowait()
3615 th = __kmp_thread_from_gtid(global_tid); in __kmpc_reduce()
3714 th = __kmp_thread_from_gtid(global_tid); in __kmpc_end_reduce()
3835 thread = __kmp_thread_from_gtid(gtid); in __kmpc_get_taskid()
3850 thread = __kmp_thread_from_gtid(gtid); in __kmpc_get_parent_taskid()
Dkmp_lock.cpp1090 kmp_info_t *this_thr = __kmp_thread_from_gtid(gtid); in __kmp_acquire_queuing_lock_timed_template()
1230 kmp_info_t *tail_thr = __kmp_thread_from_gtid(tail - 1); in __kmp_acquire_queuing_lock_timed_template()
1321 this_thr = __kmp_thread_from_gtid(gtid); in __kmp_test_queuing_lock()
1370 this_thr = __kmp_thread_from_gtid(gtid); in __kmp_release_queuing_lock()
1439 kmp_info_t *head_thr = __kmp_thread_from_gtid(head - 1); in __kmp_release_queuing_lock()
1464 kmp_info_t *head_thr = __kmp_thread_from_gtid(head - 1); in __kmp_release_queuing_lock()
Dkmp.h3134 #define __kmp_get_thread() (__kmp_thread_from_gtid(__kmp_get_gtid()))
3164 static inline kmp_info_t *__kmp_thread_from_gtid(int gtid) { in __kmp_thread_from_gtid() function
Dkmp_tasking.cpp3208 __kmp_free_task_stack(__kmp_thread_from_gtid(gtid), thread_data); in __kmp_free_task_deque()