TwiceAsNice
2019-02-18
|
#include <threads.h>
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 |
pthread_mutex_t _threads_gate_t::block |
pthread_cond_t _threads_gate_t::condvar |
void(* _threads_gate_t::func)(void) |
pthread_cond_t _threads_gate_t::last |
pthread_mutex_t _threads_gate_t::mutex |
int _threads_gate_t::ngate |
int _threads_gate_t::nthreads |