![]() |
Arax -8d09c51940345c86062e8ef2427c705ae66e5926
A Runtime Framework for Decoupling Applications from Heterogeneous Accelerators
|
#include <arax_throttle.h>
Data Fields | |
size_t | available |
size_t | capacity |
async_condition_s | ready |
Definition at line 12 of file arax_throttle.h.
size_t available |
Definition at line 14 of file arax_throttle.h.
Referenced by arax_throttle_get_available_size(), and arax_throttle_init().
size_t capacity |
Definition at line 15 of file arax_throttle.h.
Referenced by arax_throttle_get_total_size(), and arax_throttle_init().
async_condition_s ready |
Definition at line 16 of file arax_throttle.h.
Referenced by arax_throttle_init().