NeoPZ
|
#include <unistd.h>
#include <pthread.h>
Go to the source code of this file.
Classes | |
struct | pz::thread_arg< body_t > |
Namespaces | |
pz | |
Functions | |
int | pz::get_number_of_cores () |
template<typename body_t > | |
static void * | pz::thread_work (void *parm) |
template<typename body_t > | |
void | pz::parallel_for (int n, body_t &obj) |