Searched refs:__kmpc_copyprivate (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h3638 KMP_EXPORT void __kmpc_copyprivate(ident_t *loc, kmp_int32 global_tid,
H A Dkmp_csupport.cpp2017 __kmpc_copyprivate implements the interface for the private data broadcast
2026 copyprivate clause is present. However, @ref __kmpc_copyprivate implements a
2029 __kmpc_copyprivate.
2052 void __kmpc_copyprivate(ident_t *loc, kmp_int32 gtid, size_t cpy_size, function
2057 KC_TRACE(10, ("__kmpc_copyprivate: called T#%d\n", gtid));

Completed in 74 milliseconds