dm_mutex_unlock Function

public function dm_mutex_unlock(mutex) result(rc)

Unlocks mutex. Returns E_SYSTEM on error.

Arguments

Type IntentOptional Attributes Name
type(mutex_type), intent(inout) :: mutex

Mutex type.

Return Value integer


Calls

proc~~dm_mutex_unlock~~CallsGraph proc~dm_mutex_unlock dm_mutex_unlock c_pthread_mutex_unlock c_pthread_mutex_unlock proc~dm_mutex_unlock->c_pthread_mutex_unlock