![]() |
Arax -8d09c51940345c86062e8ef2427c705ae66e5926
A Runtime Framework for Decoupling Applications from Heterogeneous Accelerators
|
#include <arax_proc.h>
Collaboration diagram for arax_proc_s:Data Fields | |
| arax_object_s | obj |
| uint64_t | canrun |
| AraxFunctor * | functors [ARAX_ACCEL_TYPES] |
Definition at line 15 of file arax_proc.h.
| uint64_t canrun |
Definition at line 18 of file arax_proc.h.
Referenced by arax_proc_can_run_at(), and arax_proc_set_functor().
| AraxFunctor* functors[ARAX_ACCEL_TYPES] |
Definition at line 19 of file arax_proc.h.
Referenced by arax_proc_get_functor(), and arax_proc_set_functor().
| arax_object_s obj |
Definition at line 17 of file arax_proc.h.
Referenced by arax_pipe_find_proc(), arax_proc_get(), and arax_proc_put().