Loading...
Searching...
No Matches
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
 

Field Documentation

◆ init_executed

int pthread_once_t::init_executed

init function executed

Definition at line 31 of file pthread_once.h.

◆ is_initialized

int pthread_once_t::is_initialized

initialized

Definition at line 30 of file pthread_once.h.


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