![]() |
Arax -8d09c51940345c86062e8ef2427c705ae66e5926
A Runtime Framework for Decoupling Applications from Heterogeneous Accelerators
|
#include <list.h>
Collaboration diagram for utils_list_node:Data Fields | |
| struct utils_list_node * | next |
| struct utils_list_node * | prev |
| void * | owner |
| struct utils_list_node* next |
Pointer to next list node
Definition at line 12 of file list.h.
Referenced by async_semaphore_inc(), utils_list_del(), utils_list_node_add(), utils_list_node_init(), utils_list_node_linked(), and utils_list_pop_head().
| void* owner |
Pointer to owner
Definition at line 14 of file list.h.
Referenced by arax_accel_list(), arax_data_ref_offset(), arax_pipe_delete_accel(), arax_pipe_find_accel(), arax_pipe_find_proc(), arax_pipe_get_orphan_vaccel(), async_semaphore_inc(), async_thread(), utils_list_node_init(), and utils_list_to_array().
| struct utils_list_node* prev |
Pointer to prev list node
Definition at line 13 of file list.h.
Referenced by utils_list_del(), utils_list_node_add(), utils_list_node_init(), and utils_list_pop_tail().