@@ -10304,6 +10304,106 @@
10304
10304
"source_path" : " docs/parallel/openmp/2-9-directive-nesting.md" ,
10305
10305
"redirect_url" : " /cpp/parallel/openmp/2-directives#29-directive-nesting" ,
10306
10306
"redirect_document_id" : false
10307
+ },
10308
+ {
10309
+ "source_path" : " docs/parallel/openmp/3-1-execution-environment-functions.md" ,
10310
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#31-execution-environment-functions" ,
10311
+ "redirect_document_id" : false
10312
+ },
10313
+ {
10314
+ "source_path" : " docs/parallel/openmp/3-2-lock-functions.md" ,
10315
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#32-lock-functions" ,
10316
+ "redirect_document_id" : false
10317
+ },
10318
+ {
10319
+ "source_path" : " docs/parallel/openmp/3-3-timing-routines.md" ,
10320
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#33-timing-routines" ,
10321
+ "redirect_document_id" : false
10322
+ },
10323
+ {
10324
+ "source_path" : " docs/parallel/openmp/3-1-1-omp-set-num-threads-function.md" ,
10325
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#311-omp_set_num_threads-function" ,
10326
+ "redirect_document_id" : false
10327
+ },
10328
+ {
10329
+ "source_path" : " docs/parallel/openmp/3-1-2-omp-get-num-threads-function.md" ,
10330
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#312-omp_get_num_threads-function" ,
10331
+ "redirect_document_id" : false
10332
+ },
10333
+ {
10334
+ "source_path" : " docs/parallel/openmp/3-1-3-omp-get-max-threads-function.md" ,
10335
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#313-omp_get_max_threads-function" ,
10336
+ "redirect_document_id" : false
10337
+ },
10338
+ {
10339
+ "source_path" : " docs/parallel/openmp/3-1-4-omp-get-thread-num-function.md" ,
10340
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#314-omp_get_thread_num-function" ,
10341
+ "redirect_document_id" : false
10342
+ },
10343
+ {
10344
+ "source_path" : " docs/parallel/openmp/3-1-5-omp-get-num-procs-function.md" ,
10345
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#315-omp_get_num_procs-function" ,
10346
+ "redirect_document_id" : false
10347
+ },
10348
+ {
10349
+ "source_path" : " docs/parallel/openmp/3-1-6-omp-in-parallel-function.md" ,
10350
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#316-omp_in_parallel-function" ,
10351
+ "redirect_document_id" : false
10352
+ },
10353
+ {
10354
+ "source_path" : " docs/parallel/openmp/3-1-7-omp-set-dynamic-function.md" ,
10355
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#317-omp_set_dynamic-function" ,
10356
+ "redirect_document_id" : false
10357
+ },
10358
+ {
10359
+ "source_path" : " docs/parallel/openmp/3-1-8-omp-get-dynamic-function.md" ,
10360
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#318-omp_get_dynamic-function" ,
10361
+ "redirect_document_id" : false
10362
+ },
10363
+ {
10364
+ "source_path" : " docs/parallel/openmp/3-1-9-omp-set-nested-function.md" ,
10365
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#319-omp_set_nested-function" ,
10366
+ "redirect_document_id" : false
10367
+ },
10368
+ {
10369
+ "source_path" : " docs/parallel/openmp/3-1-10-omp-get-nested-function.md" ,
10370
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#3110-omp_get_nested-function" ,
10371
+ "redirect_document_id" : false
10372
+ },
10373
+ {
10374
+ "source_path" : " docs/parallel/openmp/3-2-1-omp-init-lock-and-omp-init-nest-lock-functions.md" ,
10375
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#321-omp_init_lock-and-omp_init_nest_lock-functions" ,
10376
+ "redirect_document_id" : false
10377
+ },
10378
+ {
10379
+ "source_path" : " docs/parallel/openmp/3-2-2-omp-destroy-lock-and-omp-destroy-nest-lock-functions.md" ,
10380
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#322-omp_destroy_lock-and-omp_destroy_nest_lock-functions" ,
10381
+ "redirect_document_id" : false
10382
+ },
10383
+ {
10384
+ "source_path" : " docs/parallel/openmp/3-2-3-omp-set-lock-and-omp-set-nest-lock-functions.md" ,
10385
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#323-omp_set_lock-and-omp_set_nest_lock-functions" ,
10386
+ "redirect_document_id" : false
10387
+ },
10388
+ {
10389
+ "source_path" : " docs/parallel/openmp/3-2-4-omp-unset-lock-and-omp-unset-nest-lock-functions.md" ,
10390
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#324-omp_unset_lock-and-omp_unset_nest_lock-functions" ,
10391
+ "redirect_document_id" : false
10392
+ },
10393
+ {
10394
+ "source_path" : " docs/parallel/openmp/3-2-5-omp-test-lock-and-omp-test-nest-lock-functions.md" ,
10395
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#325-omp_test_lock-and-omp_test_nest_lock-functions" ,
10396
+ "redirect_document_id" : false
10397
+ },
10398
+ {
10399
+ "source_path" : " docs/parallel/openmp/3-3-1-omp-get-wtime-function.md" ,
10400
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#331-omp_get_wtime-function" ,
10401
+ "redirect_document_id" : false
10402
+ },
10403
+ {
10404
+ "source_path" : " docs/parallel/openmp/3-3-2-omp-get-wtick-function.md" ,
10405
+ "redirect_url" : " /cpp/parallel/openmp/3-run-time-library-functions#332-omp_get_wtick-function" ,
10406
+ "redirect_document_id" : false
10307
10407
}
10308
10408
]
10309
10409
}
0 commit comments