Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_error.h50 void __kmp_pop_parallel(int gtid, ident_t const *ident);
Dkmp_error.cpp357 void __kmp_pop_parallel(int gtid, ident_t const *ident) { function
Dkmp_csupport.cpp616 __kmp_pop_parallel(global_tid, NULL); in __kmpc_end_serialized_parallel()
Dkmp_runtime.cpp7148 __kmp_pop_parallel(gtid, team->t.t_ident); in __kmp_run_after_invoked_task()