TwiceAsNice  2019-02-18
Public Attributes | List of all members
_threads_gate_t Struct Reference

#include <threads.h>

Collaboration diagram for _threads_gate_t:
Collaboration graph

Public Attributes

int ngate
 
int nthreads
 
void(* func )(void)
 
pthread_mutex_t mutex
 
pthread_mutex_t block
 
pthread_cond_t condvar
 
pthread_cond_t last
 

Member Data Documentation

◆ block

pthread_mutex_t _threads_gate_t::block

◆ condvar

pthread_cond_t _threads_gate_t::condvar

◆ func

void(* _threads_gate_t::func)(void)

◆ last

pthread_cond_t _threads_gate_t::last

◆ mutex

pthread_mutex_t _threads_gate_t::mutex

◆ ngate

int _threads_gate_t::ngate

◆ nthreads

int _threads_gate_t::nthreads

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