Lines Matching refs:subroutine

175           subroutine omp_set_num_threads(num_threads) bind(c)
178 end subroutine omp_set_num_threads
180 subroutine omp_set_dynamic(dynamic_threads) bind(c)
183 end subroutine omp_set_dynamic
185 subroutine omp_set_nested(nested) bind(c)
188 end subroutine omp_set_nested
235 subroutine omp_set_max_active_levels(max_levels) bind(c)
238 end subroutine omp_set_max_active_levels
267 subroutine omp_set_schedule(kind, chunk_size) bind(c)
271 end subroutine omp_set_schedule
273 subroutine omp_get_schedule(kind, chunk_size) bind(c)
277 end subroutine omp_get_schedule
295 subroutine omp_get_place_proc_ids(place_num, ids) bind(c)
299 end subroutine omp_get_place_proc_ids
311 subroutine omp_get_partition_place_nums(place_nums) bind(c)
314 end subroutine omp_get_partition_place_nums
331 subroutine omp_set_default_device(device_num) bind(c)
334 end subroutine omp_set_default_device
389 subroutine omp_fulfill_event(event) bind(c)
392 end subroutine omp_fulfill_event
394 subroutine omp_init_lock(svar) bind(c)
400 end subroutine omp_init_lock
402 subroutine omp_destroy_lock(svar) bind(c)
408 end subroutine omp_destroy_lock
410 subroutine omp_set_lock(svar) bind(c)
416 end subroutine omp_set_lock
418 subroutine omp_unset_lock(svar) bind(c)
424 end subroutine omp_unset_lock
435 subroutine omp_init_nest_lock(nvar) bind(c)
441 end subroutine omp_init_nest_lock
443 subroutine omp_destroy_nest_lock(nvar) bind(c)
449 end subroutine omp_destroy_nest_lock
451 subroutine omp_set_nest_lock(nvar) bind(c)
457 end subroutine omp_set_nest_lock
459 subroutine omp_unset_nest_lock(nvar) bind(c)
465 end subroutine omp_unset_nest_lock
481 subroutine omp_init_lock_with_hint(svar, hint) bind(c)
485 end subroutine omp_init_lock_with_hint
487 subroutine omp_init_nest_lock_with_hint(nvar, hint) bind(c)
491 end subroutine omp_init_nest_lock_with_hint
509 subroutine omp_destroy_allocator(allocator) bind(c)
512 end subroutine omp_destroy_allocator
514 subroutine omp_set_default_allocator(allocator) bind(c)
517 end subroutine omp_set_default_allocator
524 subroutine omp_set_affinity_format(format)
526 end subroutine omp_set_affinity_format
534 subroutine omp_display_affinity(format)
536 end subroutine omp_display_affinity
545 subroutine omp_set_num_teams(num_teams) bind(c)
548 end subroutine omp_set_num_teams
555 subroutine omp_set_teams_thread_limit(thread_limit) bind(c)
558 end subroutine omp_set_teams_thread_limit
565 subroutine omp_display_env(verbose) bind(c)
568 end subroutine omp_display_env
577 subroutine omp_target_free(device_ptr, device_num) bind(c)
581 end subroutine omp_target_free
712 subroutine omp_free(ptr, allocator) bind(c)
717 end subroutine omp_free
728 subroutine kmp_set_stacksize(size) bind(c)
731 end subroutine kmp_set_stacksize
733 subroutine kmp_set_stacksize_s(size) bind(c)
736 end subroutine kmp_set_stacksize_s
738 subroutine kmp_set_blocktime(msec) bind(c)
741 end subroutine kmp_set_blocktime
743 subroutine kmp_set_library_serial() bind(c)
744 end subroutine kmp_set_library_serial
746 subroutine kmp_set_library_turnaround() bind(c)
747 end subroutine kmp_set_library_turnaround
749 subroutine kmp_set_library_throughput() bind(c)
750 end subroutine kmp_set_library_throughput
752 subroutine kmp_set_library(libnum) bind(c)
755 end subroutine kmp_set_library
757 subroutine kmp_set_defaults(string) bind(c)
760 end subroutine kmp_set_defaults
782 subroutine kmp_set_disp_num_buffers(num) bind(c)
785 end subroutine kmp_set_disp_num_buffers
804 subroutine kmp_create_affinity_mask(mask) bind(c)
807 end subroutine kmp_create_affinity_mask
809 subroutine kmp_destroy_affinity_mask(mask) bind(c)
812 end subroutine kmp_destroy_affinity_mask
862 subroutine kmp_free(ptr) bind(c)
865 end subroutine kmp_free
867 subroutine kmp_set_warnings_on() bind(c)
868 end subroutine kmp_set_warnings_on
870 subroutine kmp_set_warnings_off() bind(c)
871 end subroutine kmp_set_warnings_off