summaryrefslogtreecommitdiffstats
path: root/sys/sys/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/sched.h')
-rw-r--r--sys/sys/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/sched.h b/sys/sys/sched.h
index 349c1b5..ff555d2 100644
--- a/sys/sys/sched.h
+++ b/sys/sys/sched.h
@@ -87,6 +87,7 @@ void sched_bind(struct thread *td, int cpu);
static __inline void sched_pin(void);
void sched_unbind(struct thread *td);
static __inline void sched_unpin(void);
+int sched_is_bound(struct thread *td);
/*
* These procedures tell the process data structure allocation code how
OpenPOWER on IntegriCloud