NeoPZ
Classes | Namespaces | Functions
pzparallel.h File Reference
#include <unistd.h>
#include <pthread.h>
Include dependency graph for pzparallel.h:
This graph shows which files directly or indirectly include this file:

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)