MONC
Public Member Functions | List of all members
forthread_ciface_mod::thread_getschedparam Interface Reference

Public Member Functions

subroutine thread_getschedparam (thread, policy, param, info)
 

Detailed Description

Definition at line 153 of file forthread_ciface.F90.

Constructor & Destructor Documentation

◆ thread_getschedparam()

subroutine forthread_ciface_mod::thread_getschedparam::thread_getschedparam ( integer(c_int), intent(in)  thread,
integer(c_int), intent(out)  policy,
type(sched_param), intent(out)  param,
integer(c_int), intent(out)  info 
)

Definition at line 153 of file forthread_ciface.F90.

154  use iso_c_binding
155  use forthread_types
156  integer(c_int), intent(in) :: thread
157  integer(c_int), intent(out) :: policy
158  type(sched_param), intent(out) :: param
159  integer(c_int), intent(out) :: info

The documentation for this interface was generated from the following file:
forthread_types
Definition: forthread_types.F90:1