Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
Loading...
Searching...
No Matches
Public Attributes | List of all members
Watchdog Struct Reference

Public Attributes

pthread_t thread
 
volatile int active
 
volatile int done
 
pthread_mutex_t mu
 
pthread_cond_t cv
 

Member Data Documentation

◆ active

volatile int Watchdog::active

◆ cv

pthread_cond_t Watchdog::cv

◆ done

volatile int Watchdog::done

◆ mu

pthread_mutex_t Watchdog::mu

◆ thread

pthread_t Watchdog::thread

The documentation for this struct was generated from the following file: