Lines Matching refs:Interface
74 @uref{http://www.openmp.org, OpenMP} Application Programming Interface (API)
119 the @uref{http://www.openmp.org, OpenMP Application Program Interface} manual,
190 @item @emph{Interface}: @tab @code{logical function omp_get_dynamic()}
216 @item @emph{Interface}: @tab @code{integer function omp_get_max_threads()}
248 @item @emph{Interface}: @tab @code{integer function omp_get_nested()}
273 @item @emph{Interface}: @tab @code{integer function omp_get_num_procs()}
303 @item @emph{Interface}: @tab @code{integer function omp_get_num_threads()}
331 @item @emph{Interface}: @tab @code{integer function omp_get_thread_num()}
358 @item @emph{Interface}: @tab @code{logical function omp_in_parallel()}
382 @item @emph{Interface}: @tab @code{subroutine omp_set_dynamic(set)}
411 @item @emph{Interface}: @tab @code{subroutine omp_set_dynamic(set)}
439 @item @emph{Interface}: @tab @code{subroutine omp_set_num_threads(set)}
466 @item @emph{Interface}: @tab @code{subroutine omp_init_lock(lock)}
495 @item @emph{Interface}: @tab @code{subroutine omp_set_lock(lock)}
525 @item @emph{Interface}: @tab @code{subroutine omp_test_lock(lock)}
556 @item @emph{Interface}: @tab @code{subroutine omp_unset_lock(lock)}
583 @item @emph{Interface}: @tab @code{subroutine omp_destroy_lock(lock)}
610 @item @emph{Interface}: @tab @code{subroutine omp_init_nest_lock(lock)}
638 @item @emph{Interface}: @tab @code{subroutine omp_set_nest_lock(lock)}
668 @item @emph{Interface}: @tab @code{integer function omp_test_nest_lock(lock)}
700 @item @emph{Interface}: @tab @code{subroutine omp_unset_nest_lock(lock)}
727 @item @emph{Interface}: @tab @code{subroutine omp_destroy_nest_lock(lock)}
754 @item @emph{Interface}: @tab @code{double precision function omp_get_wtick()}
782 @item @emph{Interface}: @tab @code{double precision function omp_get_wtime()}