Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_error.h50 void __kmp_pop_parallel(int gtid, ident_t const *ident);
H A Dkmp_error.cpp363 void __kmp_pop_parallel(int gtid, ident_t const *ident) { function
H A Dkmp_csupport.cpp773 __kmp_pop_parallel(global_tid, NULL); in __kmpc_end_serialized_parallel()
H A Dkmp_runtime.cpp7675 __kmp_pop_parallel(gtid, team->t.t_ident); in __kmp_run_after_invoked_task()