aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-06-09 11:43:52 +0200
committerSteven Rostedt <rostedt@rostedt.homelinux.com>2013-09-13 12:32:20 -0400
commitc7a77a9ac03b30afc53abda4e26f758e82f676db (patch)
tree157e77edd48ec0bf5242c1110f5ba87cbc491e26 /include
parent8c9da17731c51539dc377e5dfecb6675c7462f9f (diff)
rtmutex-lock-killable.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/rtmutex.h1
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);