Home
last modified time | relevance | path

Searched refs:__kmp_pop_current_task_from_thread (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp.h3600 extern void __kmp_pop_current_task_from_thread(kmp_info_t *this_thr);
Dkmp_csupport.cpp593 __kmp_pop_current_task_from_thread(this_thr); in __kmpc_end_serialized_parallel()
Dkmp_tasking.cpp439 void __kmp_pop_current_task_from_thread(kmp_info_t *this_thr) { in __kmp_pop_current_task_from_thread() function
Dkmp_runtime.cpp2509 __kmp_pop_current_task_from_thread(master_th); in __kmp_join_call()