centos man page for mutex_is_locked

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)

NAME
mutex_is_locked - is the mutex locked
SYNOPSIS
int mutex_is_locked(struct mutex * lock);
ARGUMENTS
lock the mutex to be queried
DESCRIPTION
Returns 1 if the mutex is locked, 0 if unlocked.
AUTHOR
Rusty Russell <rusty@rustcorp.com.au> Author.
COPYRIGHT
Kernel 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++)