Home
last modified time | relevance | path

Searched refs:__kmp_push_current_task_to_thread (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_tasking.cpp461 void __kmp_push_current_task_to_thread(kmp_info_t *this_thr, kmp_team_t *team, in __kmp_push_current_task_to_thread() function
1089 __kmp_push_current_task_to_thread(this_thr, team, tid); in __kmp_init_implicit_task()
Dkmp_runtime.cpp1267 __kmp_push_current_task_to_thread(this_thr, serial_team, 0); in __kmp_serialized_parallel()
4994 __kmp_push_current_task_to_thread(team->t.t_threads[0], team, 0); in __kmp_allocate_team()
5071 __kmp_push_current_task_to_thread(team->t.t_threads[0], team, 0); in __kmp_allocate_team()
Dkmp.h3598 extern void __kmp_push_current_task_to_thread(kmp_info_t *this_thr,