Data Fields | |
pthread_t | thread |
pthread_mutex_t | cmdWaitLock |
pthread_cond_t | cmdWait |
int | busy |
int | done |
int | state |
Definition at line 65 of file koala_GoAutomation.c.
int koala_t::busy |
Definition at line 70 of file koala_GoAutomation.c.
Referenced by thread_create().
pthread_cond_t koala_t::cmdWait |
Definition at line 69 of file koala_GoAutomation.c.
Referenced by thread_create().
pthread_mutex_t koala_t::cmdWaitLock |
Definition at line 68 of file koala_GoAutomation.c.
Referenced by thread_create().
int koala_t::done |
Definition at line 71 of file koala_GoAutomation.c.
Referenced by thread_create().
int koala_t::state |
Definition at line 72 of file koala_GoAutomation.c.
Referenced by thread_create().
pthread_t koala_t::thread |
Definition at line 67 of file koala_GoAutomation.c.
Referenced by thread_create().