NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
omp.h File Reference

Go to the source code of this file.

Functions

void omp_set_nested (const int n)
 
void omp_set_num_threads (const int n)
 
int omp_get_max_threads ()
 
int omp_get_num_threads ()
 
int omp_get_thread_num ()
 
int omp_get_num_procs ()
 

Function Documentation

int omp_get_max_threads ( )
inline

Definition at line 38 of file omp.h.

int omp_get_num_procs ( )
inline

Definition at line 41 of file omp.h.

int omp_get_num_threads ( )
inline

Definition at line 39 of file omp.h.

int omp_get_thread_num ( )
inline

Definition at line 40 of file omp.h.

void omp_set_nested ( const int  n)
inline

Definition at line 36 of file omp.h.

void omp_set_num_threads ( const int  n)
inline

Definition at line 37 of file omp.h.