Lines Matching refs:subroutine
156 subroutine omp_set_num_threads(num_threads) bind(c)
159 end subroutine omp_set_num_threads
161 subroutine omp_set_dynamic(dynamic_threads) bind(c)
164 end subroutine omp_set_dynamic
166 subroutine omp_set_nested(nested) bind(c)
169 end subroutine omp_set_nested
216 subroutine omp_set_max_active_levels(max_levels) bind(c)
219 end subroutine omp_set_max_active_levels
248 subroutine omp_set_schedule(kind, chunk_size) bind(c)
252 end subroutine omp_set_schedule
254 subroutine omp_get_schedule(kind, chunk_size) bind(c)
258 end subroutine omp_get_schedule
276 subroutine omp_get_place_proc_ids(place_num, ids) bind(c)
280 end subroutine omp_get_place_proc_ids
292 subroutine omp_get_partition_place_nums(place_nums) bind(c)
295 end subroutine omp_get_partition_place_nums
312 subroutine omp_set_default_device(device_num) bind(c)
315 end subroutine omp_set_default_device
370 subroutine omp_fulfill_event(event) bind(c)
373 end subroutine omp_fulfill_event
375 subroutine omp_init_lock(svar) bind(c)
381 end subroutine omp_init_lock
383 subroutine omp_destroy_lock(svar) bind(c)
389 end subroutine omp_destroy_lock
391 subroutine omp_set_lock(svar) bind(c)
397 end subroutine omp_set_lock
399 subroutine omp_unset_lock(svar) bind(c)
405 end subroutine omp_unset_lock
416 subroutine omp_init_nest_lock(nvar) bind(c)
422 end subroutine omp_init_nest_lock
424 subroutine omp_destroy_nest_lock(nvar) bind(c)
430 end subroutine omp_destroy_nest_lock
432 subroutine omp_set_nest_lock(nvar) bind(c)
438 end subroutine omp_set_nest_lock
440 subroutine omp_unset_nest_lock(nvar) bind(c)
446 end subroutine omp_unset_nest_lock
470 subroutine omp_destroy_allocator(allocator) bind(c)
473 end subroutine omp_destroy_allocator
475 subroutine omp_set_default_allocator(allocator) bind(c)
478 end subroutine omp_set_default_allocator
485 subroutine omp_set_affinity_format(format)
487 end subroutine omp_set_affinity_format
495 subroutine omp_display_affinity(format)
497 end subroutine omp_display_affinity
506 subroutine omp_display_env(verbose) bind(c)
509 end subroutine omp_display_env
516 subroutine kmp_set_stacksize(size) bind(c)
519 end subroutine kmp_set_stacksize
521 subroutine kmp_set_stacksize_s(size) bind(c)
524 end subroutine kmp_set_stacksize_s
526 subroutine kmp_set_blocktime(msec) bind(c)
529 end subroutine kmp_set_blocktime
531 subroutine kmp_set_library_serial() bind(c)
532 end subroutine kmp_set_library_serial
534 subroutine kmp_set_library_turnaround() bind(c)
535 end subroutine kmp_set_library_turnaround
537 subroutine kmp_set_library_throughput() bind(c)
538 end subroutine kmp_set_library_throughput
540 subroutine kmp_set_library(libnum) bind(c)
543 end subroutine kmp_set_library
545 subroutine kmp_set_defaults(string) bind(c)
548 end subroutine kmp_set_defaults
570 subroutine kmp_set_disp_num_buffers(num) bind(c)
573 end subroutine kmp_set_disp_num_buffers
592 subroutine kmp_create_affinity_mask(mask) bind(c)
595 end subroutine kmp_create_affinity_mask
597 subroutine kmp_destroy_affinity_mask(mask) bind(c)
600 end subroutine kmp_destroy_affinity_mask
650 subroutine kmp_free(ptr) bind(c)
653 end subroutine kmp_free
655 subroutine kmp_set_warnings_on() bind(c)
656 end subroutine kmp_set_warnings_on
658 subroutine kmp_set_warnings_off() bind(c)
659 end subroutine kmp_set_warnings_off
667 subroutine omp_init_lock_with_hint(svar, hint) bind(c)
671 end subroutine omp_init_lock_with_hint
673 subroutine omp_init_nest_lock_with_hint(nvar, hint) bind(c)
677 end subroutine omp_init_nest_lock_with_hint