Man Page: mutex_lock_interruptible
Operating Environment: centos
Section: 9
MUTEX_LOCK_INTERRUPT(9) Mutex API reference MUTEX_LOCK_INTERRUPT(9)NAMEmutex_lock_interruptible - acquire the mutex, interruptibleSYNOPSISint __sched mutex_lock_interruptible(struct mutex * lock);ARGUMENTSlock the mutex to be acquiredDESCRIPTIONLock 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.AUTHORRusty Russell <rusty@rustcorp.com.au> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 MUTEX_LOCK_INTERRUPT(9)
| Related Man Pages |
|---|
| pthread_mutex_unlock(3) - mojave |
| mlock(3) - debian |
| tis_mutex_trylock(3) - osf1 |
| apr::threadmutex(3) - osx |
| apr::threadmutex(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Shopt -s histappend |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |
| [TIP] Processing YAML files with yq |