mutex_lock_interruptible(9) centos man page | unix.com

Man Page: mutex_lock_interruptible

Operating Environment: centos

Section: 9

MUTEX_LOCK_INTERRUPT(9) 					Mutex API reference					   MUTEX_LOCK_INTERRUPT(9)

NAME
mutex_lock_interruptible - acquire the mutex, interruptible
SYNOPSIS
int __sched mutex_lock_interruptible(struct mutex * lock);
ARGUMENTS
lock the mutex to be acquired
DESCRIPTION
Lock the mutex like mutex_lock, and return 0 if the mutex has been acquired or sleep until the mutex becomes available. If a signal arrives while waiting for the lock then this function returns -EINTR. This function is similar to (but not equivalent to) down_interruptible.
AUTHOR
Rusty Russell <rusty@rustcorp.com.au> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 MUTEX_LOCK_INTERRUPT(9)
Related Man Pages
pthread_mutex_consistent_np(3c) - sunos
pthread_mutex_unlock(3) - mojave
pthread_mutex_lock(3t) - hpux
pthread_mutex_trylock(3t) - hpux
pthread_mutex_unlock(3) - osf1
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!