Query: ww_mutex_unlock
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WW_MUTEX_UNLOCK(9) Mutex API reference WW_MUTEX_UNLOCK(9)NAMEww_mutex_unlock - release the w/w mutexSYNOPSISvoid __sched ww_mutex_unlock(struct ww_mutex * lock);ARGUMENTSlock the mutex to be releasedDESCRIPTIONUnlock a mutex that has been locked by this task previously with any of the ww_mutex_lock* functions (with or without an acquire context). It is forbidden to release the locks after releasing the acquire context. This function must not be used in interrupt context. Unlocking of a unlocked mutex is not allowed.AUTHORRusty Russell <rusty@rustcorp.com.au> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 WW_MUTEX_UNLOCK(9)
Related Man Pages |
---|
sbmutex(3) - debian |
pthread_mutex_unlock(3t) - hpux |
pthread_mutex_trylock(3) - osf1 |
pthread_mutex_lock(3) - osf1 |
tis_mutex_trylock(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Best performance UNIX just for HOST Virtualization? |
How to increment version inside a file? |
Tar Command |
CentOS7 restoring file capabilities |
Controlling user input |