Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp476 void __kmp_push_current_task_to_thread(kmp_info_t *this_thr, kmp_team_t *team, in __kmp_push_current_task_to_thread() function
1107 __kmp_push_current_task_to_thread(this_thr, team, tid); in __kmp_init_implicit_task()
H A Dkmp_runtime.cpp1212 __kmp_push_current_task_to_thread(this_thr, serial_team, 0); in __kmp_serialized_parallel()
5053 __kmp_push_current_task_to_thread(team->t.t_threads[0], team, 0); in __kmp_allocate_team()
5130 __kmp_push_current_task_to_thread(team->t.t_threads[0], team, 0); in __kmp_allocate_team()
H A Dkmp.h3662 extern void __kmp_push_current_task_to_thread(kmp_info_t *this_thr,