Teonet library
0.4.7
|
Teonet Async class data definition. More...
#include <async_calls.h>
Data Fields | |
void * | ke |
void * | event_cb |
pthread_t | t_id |
int | f_multi_thread |
uint8_t | test |
pthread_mutex_t | cv_mutex |
pthread_cond_t | cv_threshold |
pthread_mutex_t | async_func_mutex |
Teonet Async class data definition.
pthread_mutex_t teoAsyncClass::async_func_mutex |
Referenced by teoAsyncDestroy(), and teoAsyncInit().
pthread_mutex_t teoAsyncClass::cv_mutex |
Referenced by teoAsyncDestroy(), and teoAsyncInit().
pthread_cond_t teoAsyncClass::cv_threshold |
Referenced by teoAsyncDestroy(), and teoAsyncInit().
void* teoAsyncClass::event_cb |
Referenced by teoAsyncDestroy(), and teoAsyncInit().
int teoAsyncClass::f_multi_thread |
Referenced by teoAsyncInit().
void* teoAsyncClass::ke |
Referenced by teoAsyncDestroy(), and teoAsyncInit().
pthread_t teoAsyncClass::t_id |
Referenced by idle_cb(), and teoAsyncInit().
uint8_t teoAsyncClass::test |
Referenced by teoAsyncInit().