summaryrefslogtreecommitdiff
path: root/nuttx/sched/os_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-12 01:53:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-12 01:53:20 +0000
commit144f389d2032ddd8a2ffbae3282788baa531e6c5 (patch)
treeeb10fa2fccfbb8d92e837afbdb11927d61c2e32b /nuttx/sched/os_internal.h
parente4d2f8d32a3c3fa79a7e76c7260fa5e5a12872d1 (diff)
downloadpx4-nuttx-144f389d2032ddd8a2ffbae3282788baa531e6c5.tar.gz
px4-nuttx-144f389d2032ddd8a2ffbae3282788baa531e6c5.tar.bz2
px4-nuttx-144f389d2032ddd8a2ffbae3282788baa531e6c5.zip
More priority inheritance logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1593 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/os_internal.h')
-rw-r--r--nuttx/sched/os_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/sched/os_internal.h b/nuttx/sched/os_internal.h
index 56a4e8ec6..b07818345 100644
--- a/nuttx/sched/os_internal.h
+++ b/nuttx/sched/os_internal.h
@@ -259,6 +259,7 @@ extern int sched_reprioritize(FAR _TCB *tcb, int sched_priority);
# define sched_reprioritize(tcb,sched_priority) sched_setpriority(tcb,sched_priority)
#endif
extern FAR _TCB *sched_gettcb(pid_t pid);
+extern boolean sched_verifytcb(FAR _TCB *tcb);
#if CONFIG_NFILE_DESCRIPTORS > 0 || CONFIG_NSOCKET_DESCRIPTORS > 0
extern int sched_setupidlefiles(FAR _TCB *tcb);