Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
openmp.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define omp_get_max_threads()   1
 
#define omp_get_thread_num()   0
 
#define __OMP_PARALLEL__(...)
 
#define __OMP_PARALLEL_FOR__(...)
 
#define __OMP_PARALLEL_FOR_SIMD__(...)
 
#define __OMP_FOR_SIMD__(...)
 
#define __OMP_FOR__(...)
 
#define __OMP_SIMD__(...)
 
#define __OMP_DECLARE_SIMD__(...)
 
#define __OMP_PARALLEL_FOR_CPP__(...)
 
#define dt_omploop_sfence()   dt_sfence()
 

Functions

int dt_get_num_openmp_threads (void)
 
static int dt_get_thread_num ()
 
static void dt_sfence ()
 

Macro Definition Documentation

◆ __OMP_DECLARE_SIMD__

#define __OMP_DECLARE_SIMD__ (   ...)

Definition at line 65 of file openmp.h.

◆ __OMP_FOR__

#define __OMP_FOR__ (   ...)

Definition at line 63 of file openmp.h.

◆ __OMP_FOR_SIMD__

#define __OMP_FOR_SIMD__ (   ...)

Definition at line 62 of file openmp.h.

◆ __OMP_PARALLEL__

#define __OMP_PARALLEL__ (   ...)

Definition at line 59 of file openmp.h.

◆ __OMP_PARALLEL_FOR__

#define __OMP_PARALLEL_FOR__ (   ...)

Definition at line 60 of file openmp.h.

◆ __OMP_PARALLEL_FOR_CPP__

#define __OMP_PARALLEL_FOR_CPP__ (   ...)

Definition at line 67 of file openmp.h.

◆ __OMP_PARALLEL_FOR_SIMD__

#define __OMP_PARALLEL_FOR_SIMD__ (   ...)

Definition at line 61 of file openmp.h.

◆ __OMP_SIMD__

#define __OMP_SIMD__ (   ...)

Definition at line 64 of file openmp.h.

◆ dt_omploop_sfence

#define dt_omploop_sfence ( )    dt_sfence()

Definition at line 119 of file openmp.h.

◆ omp_get_max_threads

#define omp_get_max_threads ( )    1

Definition at line 56 of file openmp.h.

◆ omp_get_thread_num

#define omp_get_thread_num ( )    0

Definition at line 57 of file openmp.h.

Function Documentation

◆ dt_get_num_openmp_threads()

◆ dt_get_thread_num()

◆ dt_sfence()

static void dt_sfence ( )
inlinestatic

Definition at line 97 of file openmp.h.

References L.