mutex_is_locked(9) centos man page | unix.com

Man Page: mutex_is_locked

Operating Environment: centos

Section: 9

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
mlock(3) - debian
pthread_mutex_lock(3t) - hpux
pthread_mutex_trylock(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++)