Tizen RT Libs&Environment  v1.1 D4
pthread_barrier_s Struct Reference

Structure of pthread barrier configuration. More...

#include <pthread.h>

Collaboration diagram for pthread_barrier_s:

Data Fields

sem_t sem
 
unsigned int count
 

Detailed Description

Structure of pthread barrier configuration.

Definition at line 369 of file pthread.h.

Field Documentation

◆ count

unsigned int count

Definition at line 371 of file pthread.h.

◆ sem

sem_t sem

Definition at line 370 of file pthread.h.


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