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

Public Member Functions

subroutine thread_rwlock_timedrdlock (lock_id, abs_timeout, info)
 

Detailed Description

Definition at line 519 of file forthread_ciface.F90.

Constructor & Destructor Documentation

◆ thread_rwlock_timedrdlock()

subroutine forthread_ciface_mod::thread_rwlock_timedrdlock::thread_rwlock_timedrdlock ( integer(c_int), intent(in)  lock_id,
type(timespec), intent(in)  abs_timeout,
integer(c_int), intent(out)  info 
)

Definition at line 520 of file forthread_ciface.F90.

520  use forthread_types
521  use iso_c_binding
522  integer(c_int), intent(in) :: lock_id
523  type(timespec), intent(in) :: abs_timeout
524  integer(c_int), intent(out) :: info

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