NeoPZ
|
Public Member Functions | |
thread_arg_t (int t, void(*ir)(int), void(*pr)(int), pthread_mutex_t *mt, pthread_cond_t *cd, pthread_cond_t *mcd) | |
Public Attributes | |
int | tid |
void(* | init_routine )(int) |
void(* | parallel_routine )(int) |
pthread_mutex_t * | glob_mutex |
pthread_cond_t * | cond |
pthread_cond_t * | main_cond |
Definition at line 341 of file numatst.cpp.
|
inline |
Definition at line 343 of file numatst.cpp.
pthread_cond_t* synchronized_threads_t::thread_arg_t::cond |
Definition at line 353 of file numatst.cpp.
Referenced by threadfunc().
pthread_mutex_t* synchronized_threads_t::thread_arg_t::glob_mutex |
Definition at line 352 of file numatst.cpp.
Referenced by threadfunc().
void(* synchronized_threads_t::thread_arg_t::init_routine) (int) |
Definition at line 350 of file numatst.cpp.
Referenced by threadfunc().
pthread_cond_t* synchronized_threads_t::thread_arg_t::main_cond |
Definition at line 354 of file numatst.cpp.
Referenced by threadfunc().
void(* synchronized_threads_t::thread_arg_t::parallel_routine) (int) |
Definition at line 351 of file numatst.cpp.
Referenced by threadfunc().
int synchronized_threads_t::thread_arg_t::tid |
Definition at line 349 of file numatst.cpp.
Referenced by threadfunc().