From 144f389d2032ddd8a2ffbae3282788baa531e6c5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 12 Mar 2009 01:53:20 +0000 Subject: More priority inheritance logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1593 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/os_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/sched/os_internal.h') 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); -- cgit v1.2.3