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

Public Member Functions

subroutine thread_setcancelstate (state, oldstate, info)
 

Detailed Description

Definition at line 186 of file forthread_ciface.F90.

Constructor & Destructor Documentation

◆ thread_setcancelstate()

subroutine forthread_ciface_mod::thread_setcancelstate::thread_setcancelstate ( integer(c_int), intent(in)  state,
integer(c_int), intent(in)  oldstate,
integer(c_int), intent(out)  info 
)

Definition at line 186 of file forthread_ciface.F90.

187  use iso_c_binding
188  integer(c_int), intent(in) :: state
189  integer(c_int), intent(in) :: oldstate
190  integer(c_int), intent(out) :: info

The documentation for this interface was generated from the following file: