@@ -10434,6 +10434,106 @@
10434
10434
"source_path" : " docs/parallel/openmp/2-9-directive-nesting.md" ,
10435
10435
"redirect_url" : " /cpp/parallel/openmp/2-directives#29-directive-nesting" ,
10436
10436
"redirect_document_id" : false
10437
+ },
10438
+ {
10439
+ "source_path" : " docs/parallel/openmp/3-1-execution-environment-functions.md" ,
10440
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#31-execution-environment-functions" ,
10441
+ "redirect_document_id" : false
10442
+ },
10443
+ {
10444
+ "source_path" : " docs/parallel/openmp/3-2-lock-functions.md" ,
10445
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#32-lock-functions" ,
10446
+ "redirect_document_id" : false
10447
+ },
10448
+ {
10449
+ "source_path" : " docs/parallel/openmp/3-3-timing-routines.md" ,
10450
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#33-timing-routines" ,
10451
+ "redirect_document_id" : false
10452
+ },
10453
+ {
10454
+ "source_path" : " docs/parallel/openmp/3-1-1-omp-set-num-threads-function.md" ,
10455
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#311-omp_set_num_threads-function" ,
10456
+ "redirect_document_id" : false
10457
+ },
10458
+ {
10459
+ "source_path" : " docs/parallel/openmp/3-1-2-omp-get-num-threads-function.md" ,
10460
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#312-omp_get_num_threads-function" ,
10461
+ "redirect_document_id" : false
10462
+ },
10463
+ {
10464
+ "source_path" : " docs/parallel/openmp/3-1-3-omp-get-max-threads-function.md" ,
10465
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#313-omp_get_max_threads-function" ,
10466
+ "redirect_document_id" : false
10467
+ },
10468
+ {
10469
+ "source_path" : " docs/parallel/openmp/3-1-4-omp-get-thread-num-function.md" ,
10470
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#314-omp_get_thread_num-function" ,
10471
+ "redirect_document_id" : false
10472
+ },
10473
+ {
10474
+ "source_path" : " docs/parallel/openmp/3-1-5-omp-get-num-procs-function.md" ,
10475
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#315-omp_get_num_procs-function" ,
10476
+ "redirect_document_id" : false
10477
+ },
10478
+ {
10479
+ "source_path" : " docs/parallel/openmp/3-1-6-omp-in-parallel-function.md" ,
10480
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#316-omp_in_parallel-function" ,
10481
+ "redirect_document_id" : false
10482
+ },
10483
+ {
10484
+ "source_path" : " docs/parallel/openmp/3-1-7-omp-set-dynamic-function.md" ,
10485
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#317-omp_set_dynamic-function" ,
10486
+ "redirect_document_id" : false
10487
+ },
10488
+ {
10489
+ "source_path" : " docs/parallel/openmp/3-1-8-omp-get-dynamic-function.md" ,
10490
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#318-omp_get_dynamic-function" ,
10491
+ "redirect_document_id" : false
10492
+ },
10493
+ {
10494
+ "source_path" : " docs/parallel/openmp/3-1-9-omp-set-nested-function.md" ,
10495
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#319-omp_set_nested-function" ,
10496
+ "redirect_document_id" : false
10497
+ },
10498
+ {
10499
+ "source_path" : " docs/parallel/openmp/3-1-10-omp-get-nested-function.md" ,
10500
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#3110-omp_get_nested-function" ,
10501
+ "redirect_document_id" : false
10502
+ },
10503
+ {
10504
+ "source_path" : " docs/parallel/openmp/3-2-1-omp-init-lock-and-omp-init-nest-lock-functions.md" ,
10505
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#321-omp_init_lock-and-omp_init_nest_lock-functions" ,
10506
+ "redirect_document_id" : false
10507
+ },
10508
+ {
10509
+ "source_path" : " docs/parallel/openmp/3-2-2-omp-destroy-lock-and-omp-destroy-nest-lock-functions.md" ,
10510
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#322-omp_destroy_lock-and-omp_destroy_nest_lock-functions" ,
10511
+ "redirect_document_id" : false
10512
+ },
10513
+ {
10514
+ "source_path" : " docs/parallel/openmp/3-2-3-omp-set-lock-and-omp-set-nest-lock-functions.md" ,
10515
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#323-omp_set_lock-and-omp_set_nest_lock-functions" ,
10516
+ "redirect_document_id" : false
10517
+ },
10518
+ {
10519
+ "source_path" : " docs/parallel/openmp/3-2-4-omp-unset-lock-and-omp-unset-nest-lock-functions.md" ,
10520
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#324-omp_unset_lock-and-omp_unset_nest_lock-functions" ,
10521
+ "redirect_document_id" : false
10522
+ },
10523
+ {
10524
+ "source_path" : " docs/parallel/openmp/3-2-5-omp-test-lock-and-omp-test-nest-lock-functions.md" ,
10525
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#325-omp_test_lock-and-omp_test_nest_lock-functions" ,
10526
+ "redirect_document_id" : false
10527
+ },
10528
+ {
10529
+ "source_path" : " docs/parallel/openmp/3-3-1-omp-get-wtime-function.md" ,
10530
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#331-omp_get_wtime-function" ,
10531
+ "redirect_document_id" : false
10532
+ },
10533
+ {
10534
+ "source_path" : " docs/parallel/openmp/3-3-2-omp-get-wtick-function.md" ,
10535
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#332-omp_get_wtick-function" ,
10536
+ "redirect_document_id" : false
10437
10537
}
10438
10538
10439
10539
]
0 commit comments