![]() |
Arax -8d09c51940345c86062e8ef2427c705ae66e5926
A Runtime Framework for Decoupling Applications from Heterogeneous Accelerators
|
#include <async.h>
Data Fields | |
async_meta_s * | meta |
async_completion_s | mutex |
async_semaphore_s | semaphore |
pthread_cond_t | condition |
pthread_condattr_t | c_attr |
Definition at line 39 of file ivshmem/async.h.
pthread_condattr_t c_attr |
Definition at line 31 of file mutex/async.h.
Referenced by async_condition_init().
pthread_cond_t condition |
Definition at line 30 of file mutex/async.h.
Referenced by async_condition_init(), async_condition_notify(), and async_condition_wait().
async_meta_s* meta |
Definition at line 41 of file ivshmem/async.h.
async_completion_s mutex |
Definition at line 42 of file ivshmem/async.h.
Referenced by async_condition_init(), async_condition_lock(), async_condition_unlock(), and async_condition_wait().
async_semaphore_s semaphore |
Definition at line 43 of file ivshmem/async.h.
Referenced by async_condition_init(), async_condition_notify(), and async_condition_wait().