Home
last modified time | relevance | path

Searched refs:__kmp_gtid_from_thread (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_tasking.cpp306 __kmp_gtid_from_thread(thread), size, new_size, thread_data)); in __kmp_realloc_task_deque()
2691 gtid, __kmp_gtid_from_thread(victim_thr), task_team, in __kmp_steal_task()
2698 gtid, __kmp_gtid_from_thread(victim_thr), task_team, in __kmp_steal_task()
2712 gtid, __kmp_gtid_from_thread(victim_thr), task_team, ntasks, in __kmp_steal_task()
2730 gtid, __kmp_gtid_from_thread(victim_thr), task_team, ntasks, in __kmp_steal_task()
2752 gtid, __kmp_gtid_from_thread(victim_thr), task_team, ntasks, in __kmp_steal_task()
2791 gtid, taskdata, __kmp_gtid_from_thread(victim_thr), task_team, in __kmp_steal_task()
2885 __kmp_null_resume_wrapper(__kmp_gtid_from_thread(other_thread), in __kmp_execute_tasks_template()
3069 __kmp_gtid_from_thread(this_thr))); in __kmp_enable_tasking()
3086 __kmp_gtid_from_thread(this_thr))); in __kmp_enable_tasking()
[all …]
Dkmp_alloc.cpp280 __kmp_acquire_lock(&th->th.th_local.bget_lock, __kmp_gtid_from_thread(th)); in __kmp_bget_dequeue()
289 __kmp_release_lock(&th->th.th_local.bget_lock, __kmp_gtid_from_thread(th)); in __kmp_bget_dequeue()
328 __kmp_gtid_from_thread(th))); in __kmp_bget_enqueue()
739 __kmp_gtid_from_thread(th) in brel()
941 int gtid = __kmp_gtid_from_thread(th); in bfreed()
1903 __kmp_gtid_from_thread(this_thr), (int)size KMP_SRC_LOC_PARM)); in ___kmp_fast_allocate()
1961 __kmp_gtid_from_thread(this_thr), alloc_size)); in ___kmp_fast_allocate()
1979 __kmp_gtid_from_thread(this_thr), ptr)); in ___kmp_fast_allocate()
1993 __kmp_gtid_from_thread(this_thr), ptr KMP_SRC_LOC_PARM)); in ___kmp_fast_free()
2085 __kmp_gtid_from_thread(this_thr), size)); in ___kmp_fast_free()
[all …]
Dkmp_runtime.cpp271 gtid = __kmp_gtid_from_thread(th); in __kmp_check_stack_overlap()
288 gtid = __kmp_gtid_from_thread(th); in __kmp_check_stack_overlap()
313 "th_%d stack (overlapped)", __kmp_gtid_from_thread(f_th)); in __kmp_check_stack_overlap()
2081 __kmp_gtid_from_thread(master_th), in __kmp_fork_call()
2328 __kmp_gtid_from_thread(master_th), team, in __kmp_join_call()
2563 __kmp_gtid_from_thread(master_th), master_th->th.th_task_team, in __kmp_join_call()
4573 proc_bind, __kmp_gtid_from_thread(team->t.t_threads[0]), in __kmp_partition_places()
4600 __kmp_gtid_from_thread(team->t.t_threads[f]), team->t.t_id, in __kmp_partition_places()
4637 __kmp_gtid_from_thread(team->t.t_threads[f]), in __kmp_partition_places()
4690 __kmp_gtid_from_thread(team->t.t_threads[f]), team->t.t_id, f, in __kmp_partition_places()
[all …]
Dkmp_barrier.cpp1755 __kmp_gtid_from_thread(this_thr), team_id, in __kmp_join_barrier()
1830 __kmp_null_resume_wrapper(__kmp_gtid_from_thread(team_thread), in __kmp_join_barrier()
2095 __kmp_gtid_from_thread(this_thr), in __kmp_fork_barrier()
Dkmp.h3159 static inline int __kmp_gtid_from_thread(const kmp_info_t *thr) { in __kmp_gtid_from_thread() function