Definition at line 324 of file numatst.cpp.
◆ synchronized_threads_t()
synchronized_threads_t::synchronized_threads_t |
( |
| ) |
|
|
inline |
◆ execute_n_threads()
void synchronized_threads_t::execute_n_threads |
( |
unsigned |
n, |
|
|
void(*)(int) |
init_routine, |
|
|
void(*)(int) |
parallel_routine |
|
) |
| |
◆ init_routine
void(* synchronized_threads_t::init_routine) (int) |
|
private |
Initialization routine. Called before the cond mutex.
Definition at line 360 of file numatst.cpp.
◆ parallel_routine
void(* synchronized_threads_t::parallel_routine) (int) |
|
private |
Parallel routine. Called before the cond mutex.
Definition at line 362 of file numatst.cpp.
◆ threads
std::vector<pthread_t> synchronized_threads_t::threads |
|
private |
The documentation for this class was generated from the following file: