summaryrefslogtreecommitdiff
path: root/nuttx/sched/os_internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-07 12:58:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-07 12:58:54 +0000
commit6369c65dd8c42254ab59346c7ab20c74c54c0112 (patch)
treee5e36de3aa1f1c1203cd33bc762f175f87db72c4 /nuttx/sched/os_internal.h
parent4783c47d02fcecf44570d0ce0d6e3dbd442a42ab (diff)
downloadpx4-nuttx-6369c65dd8c42254ab59346c7ab20c74c54c0112.tar.gz
px4-nuttx-6369c65dd8c42254ab59346c7ab20c74c54c0112.tar.bz2
px4-nuttx-6369c65dd8c42254ab59346c7ab20c74c54c0112.zip
Fix message queue/signal handling bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3849 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 3287507a9..4ad8f087b 100644
--- a/nuttx/sched/os_internal.h
+++ b/nuttx/sched/os_internal.h
@@ -67,6 +67,7 @@ enum os_crash_codes_e
OSERR_NOIDLETASK, /* There is no idle task */
OSERR_MQNONEMPTYCOUNT, /* Expected waiter for non-empty queue */
OSERR_MQNOTFULLCOUNT, /* Expected waiter for non-full queue */
+ OSERR_MQNOWAITER, /* Expected a queue for the waiter */
OSERR_BADWAITSEM, /* Already waiting for a semaphore */
OSERR_BADMSGTYPE, /* Tried to free a bad message type */
OSERR_FAILEDTOADDSIGNAL, /* Failed to add pending signal */