Searched refs:cid_ref (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_dispatch.h | 61 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); 326 void __kmp_dispatch_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_dispatch_deo() 330 // int cid = *cid_ref; in __kmp_dispatch_deo() 401 void __kmp_dispatch_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_dispatch_dxo() 406 // int cid = *cid_ref; in __kmp_dispatch_dxo() 320 __kmp_dispatch_deo(int * gtid_ref,int * cid_ref,ident_t * loc_ref) __kmp_dispatch_deo() argument 395 __kmp_dispatch_dxo(int * gtid_ref,int * cid_ref,ident_t * loc_ref) __kmp_dispatch_dxo() argument
|
| H A D | kmp_dispatch.cpp | 42 void __kmp_dispatch_deo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_dispatch_deo_error() argument 60 void __kmp_dispatch_dxo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_dispatch_dxo_error() argument
|
| H A D | kmp.h | 3718 extern void __kmp_parallel_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref); 3719 extern void __kmp_parallel_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref);
|
| H A D | kmp_runtime.cpp | 647 void __kmp_parallel_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_parallel_deo() argument 672 void __kmp_parallel_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_parallel_dxo() argument
|