PLaSK library
Loading...
Searching...
No Matches
parallel.hpp File Reference
#include <plask/config.hpp>
Include dependency graph for parallel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  plask::OmpLockState
 State of the current lock. More...
 
struct  plask::OmpEnabler
 
struct  plask::OmpLock
 
struct  plask::OmpLockGuard
 

Namespaces

namespace  plask
 Patterson quadrature for complex function along specified line.
 

Macros

#define PLASK_OMP_PARALLEL
 
#define PLASK_OMP_PARALLEL_FOR
 
#define PLASK_OMP_PARALLEL_FOR_1
 
#define OmpNestedLock   OmpLock
 
#define OmpSingleLock   OmpLock
 

Macro Definition Documentation

◆ OmpNestedLock

#define OmpNestedLock   OmpLock

Definition at line 164 of file parallel.hpp.

◆ OmpSingleLock

#define OmpSingleLock   OmpLock

Definition at line 165 of file parallel.hpp.

◆ PLASK_OMP_PARALLEL

#define PLASK_OMP_PARALLEL

Definition at line 147 of file parallel.hpp.

◆ PLASK_OMP_PARALLEL_FOR

#define PLASK_OMP_PARALLEL_FOR

Definition at line 148 of file parallel.hpp.

◆ PLASK_OMP_PARALLEL_FOR_1

#define PLASK_OMP_PARALLEL_FOR_1

Definition at line 149 of file parallel.hpp.