Lines Matching refs:subroutine

276         subroutine omp_set_num_threads(num_threads) bind(c)
279 end subroutine omp_set_num_threads
281 subroutine omp_set_dynamic(dynamic_threads) bind(c)
284 end subroutine omp_set_dynamic
286 subroutine omp_set_nested(nested) bind(c)
289 end subroutine omp_set_nested
336 subroutine omp_set_max_active_levels(max_levels) bind(c)
339 end subroutine omp_set_max_active_levels
368 subroutine omp_set_schedule(kind, chunk_size) bind(c)
372 end subroutine omp_set_schedule
374 subroutine omp_get_schedule(kind, chunk_size) bind(c)
378 end subroutine omp_get_schedule
396 subroutine omp_get_place_proc_ids(place_num, ids) bind(c)
400 end subroutine omp_get_place_proc_ids
412 subroutine omp_get_partition_place_nums(place_nums) bind(c)
415 end subroutine omp_get_partition_place_nums
430 subroutine omp_set_default_device(device_num) bind(c)
433 end subroutine omp_set_default_device
483 subroutine omp_fulfill_event(event) bind(c)
486 end subroutine omp_fulfill_event
488 subroutine omp_init_lock(svar) bind(c)
494 end subroutine omp_init_lock
496 subroutine omp_destroy_lock(svar) bind(c)
502 end subroutine omp_destroy_lock
504 subroutine omp_set_lock(svar) bind(c)
510 end subroutine omp_set_lock
512 subroutine omp_unset_lock(svar) bind(c)
518 end subroutine omp_unset_lock
529 subroutine omp_init_nest_lock(nvar) bind(c)
535 end subroutine omp_init_nest_lock
537 subroutine omp_destroy_nest_lock(nvar) bind(c)
543 end subroutine omp_destroy_nest_lock
545 subroutine omp_set_nest_lock(nvar) bind(c)
551 end subroutine omp_set_nest_lock
553 subroutine omp_unset_nest_lock(nvar) bind(c)
559 end subroutine omp_unset_nest_lock
575 subroutine omp_init_lock_with_hint(svar, hint) bind(c)
579 end subroutine omp_init_lock_with_hint
581 subroutine omp_init_nest_lock_with_hint(nvar, hint) bind(c)
585 end subroutine omp_init_nest_lock_with_hint
603 subroutine omp_destroy_allocator(allocator) bind(c)
606 end subroutine omp_destroy_allocator
608 subroutine omp_set_default_allocator(allocator) bind(c)
611 end subroutine omp_set_default_allocator
618 subroutine omp_set_affinity_format(format)
620 end subroutine omp_set_affinity_format
628 subroutine omp_display_affinity(format)
630 end subroutine omp_display_affinity
639 subroutine omp_set_num_teams(num_teams) bind(c)
642 end subroutine omp_set_num_teams
649 subroutine omp_set_teams_thread_limit(thread_limit) bind(c)
652 end subroutine omp_set_teams_thread_limit
659 subroutine omp_display_env(verbose) bind(c)
662 end subroutine omp_display_env
671 subroutine omp_target_free(device_ptr, device_num) bind(c)
675 end subroutine omp_target_free
810 subroutine omp_free(ptr, allocator) bind(c)
815 end subroutine omp_free
826 subroutine kmp_set_stacksize(size) bind(c)
829 end subroutine kmp_set_stacksize
831 subroutine kmp_set_stacksize_s(size) bind(c)
834 end subroutine kmp_set_stacksize_s
836 subroutine kmp_set_blocktime(msec) bind(c)
839 end subroutine kmp_set_blocktime
841 subroutine kmp_set_library_serial() bind(c)
842 end subroutine kmp_set_library_serial
844 subroutine kmp_set_library_turnaround() bind(c)
845 end subroutine kmp_set_library_turnaround
847 subroutine kmp_set_library_throughput() bind(c)
848 end subroutine kmp_set_library_throughput
850 subroutine kmp_set_library(libnum) bind(c)
853 end subroutine kmp_set_library
855 subroutine kmp_set_defaults(string) bind(c)
857 end subroutine kmp_set_defaults
879 subroutine kmp_set_disp_num_buffers(num) bind(c)
882 end subroutine kmp_set_disp_num_buffers
901 subroutine kmp_create_affinity_mask(mask) bind(c)
904 end subroutine kmp_create_affinity_mask
906 subroutine kmp_destroy_affinity_mask(mask) bind(c)
909 end subroutine kmp_destroy_affinity_mask
959 subroutine kmp_free(ptr) bind(c)
962 end subroutine kmp_free
964 subroutine kmp_set_warnings_on() bind(c)
965 end subroutine kmp_set_warnings_on
967 subroutine kmp_set_warnings_off() bind(c)
968 end subroutine kmp_set_warnings_off