#include <vector>
#include "simplethreads.h"
Go to the source code of this file.
Functions | |
void * | do_jobs (void *thread_data_ptr) |
void | do_threaded_jobs (void(*do_a_job)(const int, const int, void *const, void *const), void *job_data_struct_array, const int threads, const int jobs, const bool show_progress, void *const results) |
Definition in file simplethreads.C.
void* do_jobs | ( | void * | thread_data_ptr | ) |
Definition at line 103 of file simplethreads.C.
void do_threaded_jobs | ( | void(*)(const int, const int, void *const, void *const) | do_a_job, | |
void * | job_data_struct_array, | |||
const int | threads, | |||
const int | jobs, | |||
const bool | show_progress, | |||
void *const | results | |||
) |
Definition at line 224 of file simplethreads.C.