pthread_once_t Struct Reference

Datatype to supply to pthread_once(). More...

Detailed Description

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 29 of file pthread_once.h.

#include <pthread_once.h>

Data Fields

int is_initialized
 initialized
 
int init_executed
 init function executed
 

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