Lines Matching refs:subroutine
240 subroutine omp_set_num_threads(num_threads) bind(c)
243 end subroutine omp_set_num_threads
245 subroutine omp_set_dynamic(dynamic_threads) bind(c)
248 end subroutine omp_set_dynamic
250 subroutine omp_set_nested(nested) bind(c)
253 end subroutine omp_set_nested
300 subroutine omp_set_max_active_levels(max_levels) bind(c)
303 end subroutine omp_set_max_active_levels
332 subroutine omp_set_schedule(kind, chunk_size) bind(c)
336 end subroutine omp_set_schedule
338 subroutine omp_get_schedule(kind, chunk_size) bind(c)
342 end subroutine omp_get_schedule
360 subroutine omp_get_place_proc_ids(place_num, ids) bind(c)
364 end subroutine omp_get_place_proc_ids
376 subroutine omp_get_partition_place_nums(place_nums) bind(c)
379 end subroutine omp_get_partition_place_nums
394 subroutine omp_set_default_device(device_num) bind(c)
397 end subroutine omp_set_default_device
447 subroutine omp_fulfill_event(event) bind(c)
450 end subroutine omp_fulfill_event
452 subroutine omp_init_lock(svar) bind(c)
458 end subroutine omp_init_lock
460 subroutine omp_destroy_lock(svar) bind(c)
466 end subroutine omp_destroy_lock
468 subroutine omp_set_lock(svar) bind(c)
474 end subroutine omp_set_lock
476 subroutine omp_unset_lock(svar) bind(c)
482 end subroutine omp_unset_lock
493 subroutine omp_init_nest_lock(nvar) bind(c)
499 end subroutine omp_init_nest_lock
501 subroutine omp_destroy_nest_lock(nvar) bind(c)
507 end subroutine omp_destroy_nest_lock
509 subroutine omp_set_nest_lock(nvar) bind(c)
515 end subroutine omp_set_nest_lock
517 subroutine omp_unset_nest_lock(nvar) bind(c)
523 end subroutine omp_unset_nest_lock
547 subroutine omp_destroy_allocator(allocator) bind(c)
550 end subroutine omp_destroy_allocator
552 subroutine omp_set_default_allocator(allocator) bind(c)
555 end subroutine omp_set_default_allocator
562 subroutine omp_set_affinity_format(format)
564 end subroutine omp_set_affinity_format
572 subroutine omp_display_affinity(format)
574 end subroutine omp_display_affinity
583 subroutine omp_display_env(verbose) bind(c)
586 end subroutine omp_display_env
592 subroutine kmp_set_stacksize(size) bind(c)
595 end subroutine kmp_set_stacksize
597 subroutine kmp_set_stacksize_s(size) bind(c)
600 end subroutine kmp_set_stacksize_s
602 subroutine kmp_set_blocktime(msec) bind(c)
605 end subroutine kmp_set_blocktime
607 subroutine kmp_set_library_serial() bind(c)
608 end subroutine kmp_set_library_serial
610 subroutine kmp_set_library_turnaround() bind(c)
611 end subroutine kmp_set_library_turnaround
613 subroutine kmp_set_library_throughput() bind(c)
614 end subroutine kmp_set_library_throughput
616 subroutine kmp_set_library(libnum) bind(c)
619 end subroutine kmp_set_library
621 subroutine kmp_set_defaults(string) bind(c)
623 end subroutine kmp_set_defaults
645 subroutine kmp_set_disp_num_buffers(num) bind(c)
648 end subroutine kmp_set_disp_num_buffers
667 subroutine kmp_create_affinity_mask(mask) bind(c)
670 end subroutine kmp_create_affinity_mask
672 subroutine kmp_destroy_affinity_mask(mask) bind(c)
675 end subroutine kmp_destroy_affinity_mask
725 subroutine kmp_free(ptr) bind(c)
728 end subroutine kmp_free
730 subroutine kmp_set_warnings_on() bind(c)
731 end subroutine kmp_set_warnings_on
733 subroutine kmp_set_warnings_off() bind(c)
734 end subroutine kmp_set_warnings_off
736 subroutine omp_init_lock_with_hint(svar, hint) bind(c)
740 end subroutine omp_init_lock_with_hint
742 subroutine omp_init_nest_lock_with_hint(nvar, hint) bind(c)
746 end subroutine omp_init_nest_lock_with_hint