Home
last modified time | relevance | path

Searched defs:loc_ref (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_cancel.cpp29 kmp_int32 __kmpc_cancel(ident_t *loc_ref, kmp_int32 gtid, kmp_int32 cncl_kind) { in __kmpc_cancel()
135 kmp_int32 __kmpc_cancellationpoint(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_cancellationpoint()
H A Dkmp_tasking.cpp775 static void __kmpc_omp_task_begin_if0_template(ident_t *loc_ref, kmp_int32 gtid,
826 static void __kmpc_omp_task_begin_if0_ompt(ident_t *loc_ref, kmp_int32 gtid,
849 void __kmpc_omp_task_begin_if0(ident_t *loc_ref, kmp_int32 gtid,
866 void __kmpc_omp_task_begin(ident_t *loc_ref, kmp_int32 gtid, kmp_task_t *task) {
1254 static void __kmpc_omp_task_complete_if0_template(ident_t *loc_ref,
1281 void __kmpc_omp_task_complete_if0_ompt(ident_t *loc_ref, kmp_int32 gtid,
1292 void __kmpc_omp_task_complete_if0(ident_t *loc_ref, kmp_int32 gtid,
1306 void __kmpc_omp_task_complete(ident_t *loc_ref, kmp_int32 gtid,
1331 void __kmp_init_implicit_task(ident_t *loc_ref, kmp_info_t *this_thr,
1457 kmp_task_t *__kmp_task_alloc(ident_t *loc_ref, kmp_int32 gtid,
[all …]
H A Dkmp_taskdeps.cpp677 kmp_int32 __kmpc_omp_task_with_deps(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_omp_task_with_deps()
888 void __kmpc_omp_wait_deps(ident_t *loc_ref, kmp_int32 gtid, kmp_int32 ndeps, in __kmpc_omp_wait_deps()
900 void __kmpc_omp_taskwait_deps_51(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_omp_taskwait_deps_51()
H A Dkmp_dispatch.h320 __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 Dkmp_dispatch.cpp42 void __kmp_dispatch_deo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_dispatch_deo_error()
60 void __kmp_dispatch_dxo_error(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_dispatch_dxo_error()
H A Dkmp_runtime.cpp647 void __kmp_parallel_deo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_parallel_deo()
672 void __kmp_parallel_dxo(int *gtid_ref, int *cid_ref, ident_t *loc_ref) { in __kmp_parallel_dxo()