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

Public Member Functions

subroutine thread_cond_wait (cond_id, mutex_id, info)
 

Detailed Description

Definition at line 355 of file forthread_ciface.F90.

Constructor & Destructor Documentation

◆ thread_cond_wait()

subroutine forthread_ciface_mod::thread_cond_wait::thread_cond_wait ( integer(c_int), intent(in)  cond_id,
integer(c_int), intent(in)  mutex_id,
integer(c_int), intent(out)  info 
)

Definition at line 355 of file forthread_ciface.F90.

356  use iso_c_binding
357  integer(c_int), intent(in) :: cond_id
358  integer(c_int), intent(in) :: mutex_id
359  integer(c_int), intent(out) :: info

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