dm_sem_unlink Function

public function dm_sem_unlink(sem) result(rc)

Unlinks named semaphore. Returns E_SYSTEM on error.

Arguments

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

Semaphore type.

Return Value integer


Calls

proc~~dm_sem_unlink~~CallsGraph proc~dm_sem_unlink dm_sem_unlink c_sem_unlink c_sem_unlink proc~dm_sem_unlink->c_sem_unlink