diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-06-09 11:43:52 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-03-01 09:28:48 -0600 |
commit | c8a2a7662d945dbdbc85916d8fa17a6ef0df5e88 (patch) | |
tree | 61d1de73caa2733bbe6683263e3c513a8838830f /include | |
parent | eb7de8635f07405062424505db2d572a13291113 (diff) |
rtmutex-lock-killable.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/rtmutex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/rtmutex.h b/include/linux/rtmutex.h index de17134244f3..3561eb2e0d65 100644 --- a/include/linux/rtmutex.h +++ b/include/linux/rtmutex.h @@ -90,6 +90,7 @@ extern void rt_mutex_destroy(struct rt_mutex *lock); extern void rt_mutex_lock(struct rt_mutex *lock); extern int rt_mutex_lock_interruptible(struct rt_mutex *lock, int detect_deadlock); +extern int rt_mutex_lock_killable(struct rt_mutex *lock, int detect_deadlock); extern int rt_mutex_timed_lock(struct rt_mutex *lock, struct hrtimer_sleeper *timeout, int detect_deadlock); |