Public Attributes | List of all members
condition_t Struct Reference

Public Attributes

pthread_cond_t cond
 
pthread_mutex_t mtx
 
int fired
 

Member Data Documentation

◆ cond

pthread_cond_t condition_t::cond

Referenced by cond_wait_timed().

◆ fired

int condition_t::fired

Referenced by cond_wait_timed().

◆ mtx

pthread_mutex_t condition_t::mtx

Referenced by cond_wait_timed().


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