Searched refs:gtid_ref (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.h61 void __kmp_dispatch_dxo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref);
62 void __kmp_dispatch_deo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref);
319 void __kmp_dispatch_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { argument
322 int gtid = *gtid_ref;
394 void __kmp_dispatch_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { argument
398 int gtid = *gtid_ref;
H A Dkmp_dispatch.cpp42 void __kmp_dispatch_deo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { argument
45 KMP_DEBUG_ASSERT(gtid_ref);
48 th = __kmp_threads[*gtid_ref];
52 __kmp_push_sync(*gtid_ref, ct_ordered_in_pdo, loc_ref, NULL, 0);
54 __kmp_push_sync(*gtid_ref, ct_ordered_in_pdo, loc_ref, NULL);
60 void __kmp_dispatch_dxo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { argument
64 th = __kmp_threads[*gtid_ref];
66 __kmp_pop_sync(*gtid_ref, ct_ordered_in_pdo, loc_ref);
H A Dkmp.h3130 extern void __kmp_parallel_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref);
3131 extern void __kmp_parallel_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref);
H A Dkmp_runtime.cpp656 void __kmp_parallel_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { argument
657 int gtid = *gtid_ref;
681 void __kmp_parallel_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { argument
682 int gtid = *gtid_ref;

Completed in 137 milliseconds