Go to the source code of this file.
Definition at line 16 of file omp.h.
Definition at line 17 of file omp.h.
Enumerator |
---|
omp_sched_static |
|
omp_sched_dynamic |
|
omp_sched_guided |
|
omp_sched_auto |
|
Definition at line 19 of file omp.h.
void omp_set_num_threads |
( |
int |
num) | |
|
int omp_get_num_threads |
( |
void |
) | |
|
int omp_get_max_threads |
( |
void |
) | |
|
int omp_get_thread_num |
( |
void |
) | |
|
int omp_get_num_procs |
( |
void |
) | |
|
int omp_in_parallel |
( |
void |
) | |
|
void omp_set_dynamic |
( |
int |
dynamic_thds) | |
|
int omp_get_dynamic |
( |
void |
) | |
|
void omp_set_nested |
( |
int |
n_nested) | |
|
int omp_get_nested |
( |
void |
) | |
|
double omp_get_wtime |
( |
void |
) | |
|
double omp_get_wtick |
( |
void |
) | |
|
int omp_get_thread_limit |
( |
void |
) | |
|
void omp_set_max_active_levels |
( |
int |
) | |
|
int omp_get_max_active_levels |
( |
void |
) | |
|
int omp_get_level |
( |
void |
) | |
|
int omp_get_ancestor_thread_num |
( |
int |
) | |
|
int omp_get_team_size |
( |
int |
) | |
|
int omp_get_active_level |
( |
void |
) | |
|