Home
last modified time | relevance | path

Searched refs:kmp_routine_entry_t (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/openmp/runtime/test/tasking/
Dbug_nested_proxy_task.c53 typedef kmp_int32 (* kmp_routine_entry_t)( kmp_int32, struct kmp_task * ); typedef
57 kmp_routine_entry_t routine; /**< pointer to routine to call for executing task */
68 kmp_routine_entry_t task_entry );
Dbug_proxy_task_dep_waiting.c50 typedef kmp_int32 (* kmp_routine_entry_t)( kmp_int32, struct kmp_task * ); typedef
54 kmp_routine_entry_t routine; /**< pointer to routine to call for executing task */
65 kmp_routine_entry_t task_entry );
/external/llvm-project/openmp/runtime/src/
Dkmp.h2177 typedef kmp_int32 (*kmp_routine_entry_t)(kmp_int32, void *); typedef
2181 kmp_routine_entry_t
2192 kmp_routine_entry_t
3605 kmp_routine_entry_t task_entry);
3728 kmp_routine_entry_t task_entry);
3733 kmp_routine_entry_t task_entry,
Dkmp_gsupport.cpp1215 arg_size ? arg_size + arg_align - 1 : 0, (kmp_routine_entry_t)func);
1760 arg_size + arg_align - 1, (kmp_routine_entry_t)func); in __GOMP_taskloop()
Dkmp_tasking.cpp874 kmp_routine_entry_t destr_thunk = task->data1.destructors; in __kmp_task_finish()
1170 kmp_routine_entry_t task_entry) { in __kmp_task_alloc()
1371 kmp_routine_entry_t task_entry) { in __kmpc_omp_task_alloc()
1396 kmp_routine_entry_t task_entry, in __kmpc_omp_target_task_alloc()