| Version 81 (modified by , 4 years ago) ( diff ) |
|---|
INDEX
1 OpenMP-Transformation-Introduction
(content)
2 OpenMP-Transformation-Supported-Features
(content)
2.1 [Supported OpenMP Directives]
2.1.1 [
parallelConstruct]
2.1.2 [Worksharing Constructs]
2.1.2.1 [
sectionsConstruct]
2.1.2.2 [
singleConstruct]
2.1.2.3 [
workshareConstruct]
2.1.3 [Loop-Related Directives]
2.1.3.1 [Worksharing-Loop Construct]
2.1.3.2 [
simdConstruct]
2.1.3.3 [Worksharing-Loop SIMD Construct]
2.1.3.4 [
declaresimdDirective]
2.1.4 [Tasking Constructs]
2.1.5 [
masterConstruct]
2.1.6 [Synchronization Constructs and Clauses]
2.1.6.1 [
criticalConstruct]
2.1.6.2 [
barrierConstruct]
2.1.6.3 [
atomicConstruct]
2.1.6.4 [
orderedConstruct]
2.1.7 [Data Environment]
2.1.7.1 [
threadprivateDirective]
2.1.7.2 [
defaultClause]
2.1.7.3 [
sharedClause]
2.1.7.4 [
privateClause]
2.1.7.5 [
firstprivateClause]
2.1.7.6 [
lastprivateClause]
2.1.7.7 [
reductionClause]
2.2. [Supported OpenMP Runtime Library Types and Routines]
2.2.1 [Execution Environment Routines]
2.2.1.1 [
omp_set_num_threads]
2.2.1.2 [
omp_get_num_threads]
2.2.1.3 [
omp_get_max_threads]
2.2.1.4 [
omp_get_thread_num]
2.2.2 [Lock Routines]
2.2.2.1 [
omp_init_lock]
2.2.2.2 [
omp_destroy_lock]
2.2.2.3 [
omp_set_lock]
2.2.2.4 [
omp_unset_lock]
2.2.2.5 [
omp_test_lock]
2.2.3 [Timing Routines]
2.2.3.1 [
omp_get_wtime]
