Datatype to supply to pthread_once(). More...
Datatype to supply to pthread_once().
This data type must be compatible with the one defined in newlib's include/sys/_pthreadtypes.h. 
Definition at line 28 of file pthread_once.h.
#include <pthread_once.h>
Data Fields | |
| int | is_initialized | 
| initialized   | |
| int | init_executed | 
| init function executed   | |
| int pthread_once_t::init_executed | 
init function executed
Definition at line 30 of file pthread_once.h.
| int pthread_once_t::is_initialized | 
initialized
Definition at line 29 of file pthread_once.h.