|
Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
|
Public Attributes | |
| pthread_t | thread |
| volatile int | active |
| volatile int | done |
| pthread_mutex_t | mu |
| pthread_cond_t | cv |
| volatile int Watchdog::active |
| pthread_cond_t Watchdog::cv |
| volatile int Watchdog::done |
| pthread_mutex_t Watchdog::mu |
| pthread_t Watchdog::thread |