Loading...
Searching...
No Matches
pthread_barrierattr_t Struct Reference

Details for a pthread_barrier_t. More...

Detailed Description

Details for a pthread_barrier_t.

RIOT does not need this structure, because it is a single process OS. This is only here to POSIX compatibility.

Definition at line 69 of file pthread_barrier.h.

#include <pthread_barrier.h>

Data Fields

int pshared
 See pthread_barrierattr_setpshared() and pthread_barrierattr_getpshared().
 

Field Documentation

◆ pshared

int pthread_barrierattr_t::pshared

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