From 2ff21a4ebbe5385a702567220d6287b66cd9328b Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 29 Nov 2011 14:26:12 +0000 Subject: wchar_t is a C++ built in and should not (always) be defined git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4128 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttxUserGuide.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'nuttx/Documentation') diff --git a/nuttx/Documentation/NuttxUserGuide.html b/nuttx/Documentation/NuttxUserGuide.html index 60c63f181..a5997f972 100644 --- a/nuttx/Documentation/NuttxUserGuide.html +++ b/nuttx/Documentation/NuttxUserGuide.html @@ -1260,6 +1260,9 @@ interface of the same name. If the message queue is full and NON_BLOCK is set, the message is not queued and ERROR is returned.

+

+NOTE: mq_send() may be called from an interrupt handler. +

Input Parameters:

@@ -2236,7 +2239,7 @@ If the value of the semaphore resulting from this operation is zero, then on of the tasks blocked waiting for the semaphore will be allowed to return successfully from its call to sem_wait().

-NOTE: sem_post() may be called from an interrupt handler. +NOTE: sem_post() may be called from an interrupt handler.

Input Parameters:

-Assumptions/Limitations: This function cannot be called -from an interrupt handler. It assumes the currently executing -task is the one that is performing the unlock. +Assumptions/Limitations:. +When called from an interrupt handler, it will appear as though the +interrupt task is the one that is performing the unlock.

POSIX Compatibility: Comparable to the POSIX interface of the same name. -- cgit v1.2.3