dm_sem_destroy Subroutine

public subroutine dm_sem_destroy(sem, error)

Destroys unnamed semaphore. The routine sets argument error to E_SYSTEM on error.

Arguments

Type IntentOptional Attributes Name
type(sem_unnamed_type), intent(inout) :: sem

Semaphore type.

integer, intent(out), optional :: error

Error code.


Calls

proc~~dm_sem_destroy~~CallsGraph proc~dm_sem_destroy dm_sem_destroy c_sem_destroy c_sem_destroy proc~dm_sem_destroy->c_sem_destroy