dm_sem_destroy Function

public function dm_sem_destroy(sem) result(rc)

Destroys unnamed semaphore. The function returns the following error codes:

  • E_SYSTEM if system call to close semaphore failed.

Arguments

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

Semaphore type.

Return Value integer


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