STLdoc
STLdocumentation
|
Go to the source code of this file.
Macros | |
#define | _OMPAPI __cdecl |
#define | _OMP_LOCK_T |
#define | _OMP_NEST_LOCK_T |
#define | _OMPIMP __declspec(dllimport) |
Typedefs | |
typedef void * | omp_lock_t |
typedef void * | omp_nest_lock_t |
#define _OMP_LOCK_T |
#define _OMP_NEST_LOCK_T |
#define _OMPAPI __cdecl |
#define _OMPIMP __declspec(dllimport) |
typedef void* omp_lock_t |
typedef void* omp_nest_lock_t |
_OMPIMP void _OMPAPI omp_destroy_lock | ( | omp_lock_t * | _Lock | ) |
_OMPIMP void _OMPAPI omp_destroy_nest_lock | ( | omp_nest_lock_t * | _Lock | ) |
_OMPIMP void _OMPAPI omp_init_lock | ( | omp_lock_t * | _Lock | ) |
_OMPIMP void _OMPAPI omp_init_nest_lock | ( | omp_nest_lock_t * | _Lock | ) |
_OMPIMP void _OMPAPI omp_set_lock | ( | omp_lock_t * | _Lock | ) |
_OMPIMP void _OMPAPI omp_set_nest_lock | ( | omp_nest_lock_t * | _Lock | ) |
_OMPIMP int _OMPAPI omp_test_lock | ( | omp_lock_t * | _Lock | ) |
_OMPIMP int _OMPAPI omp_test_nest_lock | ( | omp_nest_lock_t * | _Lock | ) |
_OMPIMP void _OMPAPI omp_unset_lock | ( | omp_lock_t * | _Lock | ) |
_OMPIMP void _OMPAPI omp_unset_nest_lock | ( | omp_nest_lock_t * | _Lock | ) |