Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_error.h50 void __kmp_pop_parallel(int gtid, ident_t const *ident);
HDkmp_error.cpp363 void __kmp_pop_parallel(int gtid, ident_t const *ident) { function
HDkmp_csupport.cpp773 __kmp_pop_parallel(global_tid, NULL); in __kmpc_end_serialized_parallel()
HDkmp_runtime.cpp7675 __kmp_pop_parallel(gtid, team->t.t_ident); in __kmp_run_after_invoked_task()