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

Public Member Functions

subroutine thread_cond_timedwait (mutex, abstime, info)
 

Detailed Description

Definition at line 345 of file forthread_ciface.F90.

Constructor & Destructor Documentation

◆ thread_cond_timedwait()

subroutine forthread_ciface_mod::thread_cond_timedwait::thread_cond_timedwait ( integer(c_int), intent(in)  mutex,
type(timespec), intent(in)  abstime,
integer(c_int), intent(out)  info 
)

Definition at line 345 of file forthread_ciface.F90.

346  use iso_c_binding
347  use forthread_types
348  integer(c_int), intent(in) :: mutex
349  type(timespec), intent(in) :: abstime
350  integer(c_int), intent(out) :: info

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