Query: mutex_is_locked
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MUTEX_IS_LOCKED(9) Mutex API reference MUTEX_IS_LOCKED(9)NAMEmutex_is_locked - is the mutex lockedSYNOPSISint mutex_is_locked(struct mutex * lock);ARGUMENTSlock the mutex to be queriedDESCRIPTIONReturns 1 if the mutex is locked, 0 if unlocked.AUTHORRusty Russell <rusty@rustcorp.com.au> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 MUTEX_IS_LOCKED(9)
Related Man Pages |
---|
_lwp_mutex_trylock(2) - opensolaris |
_lwp_mutex_unlock(2) - opensolaris |
mlock(3) - debian |
pthread_mutex_unlock(3t) - hpux |
tis_mutex_trylock(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
C++ application halts at popen system call |
Understanding Condition variables |
C++ singleton |
Bounded Buffer is hanging, tried all I can. (C++) |