STLdoc
STLdocumentation
|
Go to the source code of this file.
Classes | |
struct | omp_lock_t |
struct | omp_nest_lock_t |
Macros | |
#define | _LIBGOMP_OMP_LOCK_DEFINED 1 |
#define | __GOMP_NOTHROW __attribute__((__nothrow__)) |
Typedefs | |
typedef enum omp_sched_t | omp_sched_t |
Enumerations | |
enum | omp_sched_t { omp_sched_static = 1, omp_sched_dynamic = 2, omp_sched_guided = 3, omp_sched_auto = 4 } |
#define __GOMP_NOTHROW __attribute__((__nothrow__)) |
#define _LIBGOMP_OMP_LOCK_DEFINED 1 |
typedef enum omp_sched_t omp_sched_t |
enum omp_sched_t |
void omp_destroy_lock | ( | omp_lock_t * | ) |
void omp_destroy_nest_lock | ( | omp_nest_lock_t * | ) |
int omp_get_active_level | ( | void | ) |
int omp_get_ancestor_thread_num | ( | int | ) |
int omp_get_dynamic | ( | void | ) |
int omp_get_level | ( | void | ) |
int omp_get_max_active_levels | ( | void | ) |
int omp_get_max_threads | ( | void | ) |
int omp_get_nested | ( | void | ) |
int omp_get_num_procs | ( | void | ) |
int omp_get_num_threads | ( | void | ) |
void omp_get_schedule | ( | omp_sched_t * | , |
int * | |||
) |
int omp_get_team_size | ( | int | ) |
int omp_get_thread_limit | ( | void | ) |
int omp_get_thread_num | ( | void | ) |
double omp_get_wtick | ( | void | ) |
double omp_get_wtime | ( | void | ) |
int omp_in_final | ( | void | ) |
int omp_in_parallel | ( | void | ) |
void omp_init_lock | ( | omp_lock_t * | ) |
void omp_init_nest_lock | ( | omp_nest_lock_t * | ) |
void omp_set_dynamic | ( | int | ) |
void omp_set_lock | ( | omp_lock_t * | ) |
void omp_set_max_active_levels | ( | int | ) |
void omp_set_nest_lock | ( | omp_nest_lock_t * | ) |
void omp_set_nested | ( | int | ) |
void omp_set_num_threads | ( | int | ) |
void omp_set_schedule | ( | omp_sched_t | , |
int | |||
) |
int omp_test_lock | ( | omp_lock_t * | ) |
int omp_test_nest_lock | ( | omp_nest_lock_t * | ) |
void omp_unset_lock | ( | omp_lock_t * | ) |
void omp_unset_nest_lock | ( | omp_nest_lock_t * | ) |