Tizen RT Libs&Environment  v1.0 D5
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 289 of file pthread.h.

Field Documentation

unsigned int count

Definition at line 291 of file pthread.h.

sem_t sem

Definition at line 290 of file pthread.h.


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