Searched refs:__kmp_push_current_task_to_thread (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_tasking.cpp | 634 void __kmp_push_current_task_to_thread(kmp_info_t *this_thr, kmp_team_t *team, function 1376 __kmp_push_current_task_to_thread(this_thr, team, tid);
|
H A D | kmp_runtime.cpp | 1303 __kmp_push_current_task_to_thread(this_thr, serial_team, 0); in __kmp_serialized_parallel() 5238 __kmp_push_current_task_to_thread(team->t.t_threads[0], team, 0); in __kmp_allocate_team() 5328 __kmp_push_current_task_to_thread(team->t.t_threads[0], team, 0); in __kmp_allocate_team()
|
H A D | kmp.h | 4119 extern void __kmp_push_current_task_to_thread(kmp_info_t *this_thr,
|