plastimatch
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
threading.h File Reference
#include "plmbase_config.h"
#include <string>

Go to the source code of this file.

Macros

#define THREADING_UNKNOWN   0
 
#define THREADING_CPU_SINGLE   1
 
#define THREADING_CPU_OPENMP   2
 
#define THREADING_BROOK   3
 
#define THREADING_CUDA   4
 
#define THREADING_OPENCL   5
 

Typedefs

typedef int Threading
 

Functions

Threading threading_parse (const std::string &string)
 
Threading threading_parse (const char *string)
 

Macro Definition Documentation

◆ THREADING_BROOK

#define THREADING_BROOK   3

◆ THREADING_CPU_OPENMP

#define THREADING_CPU_OPENMP   2

◆ THREADING_CPU_SINGLE

#define THREADING_CPU_SINGLE   1

◆ THREADING_CUDA

#define THREADING_CUDA   4

◆ THREADING_OPENCL

#define THREADING_OPENCL   5

◆ THREADING_UNKNOWN

#define THREADING_UNKNOWN   0

Typedef Documentation

◆ Threading

Function Documentation

◆ threading_parse() [1/2]

Threading threading_parse ( const char string)

◆ threading_parse() [2/2]

Threading threading_parse ( const std::string &  string)