Query: mutex_unlock
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MUTEX_UNLOCK(9) Mutex API reference MUTEX_UNLOCK(9)NAMEmutex_unlock - release the mutexSYNOPSISvoid __sched mutex_unlock(struct mutex * lock);ARGUMENTSlock the mutex to be releasedDESCRIPTIONUnlock a mutex that has been locked by this task previously. This function must not be used in interrupt context. Unlocking of a not locked mutex is not allowed. This function is similar to (but not equivalent to) up.AUTHORRusty Russell <rusty@rustcorp.com.au> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 MUTEX_UNLOCK(9)
Related Man Pages |
---|
pthread_mutex_lock(3t) - hpux |
pthread_mutex_trylock(3t) - hpux |
pthread_mutex_unlock(3t) - hpux |
pthread_mutex_unlock(3) - osf1 |
mutex(5) - linux |
Similar Topics in the Unix Linux Community |
---|
segmnetation fault by pthread_mutex_unlock on a successfully locked mutex |