From 2928511cce665a70418b3c4e7288eb31bea4b79a Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 19 Jul 2011 13:40:15 +0000 Subject: [PATCH] Add sem_timedwait() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3798 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 2 +- Documentation/NuttxUserGuide.html | 632 +++++++++++++++++------------- configs/stm3210e-eval/README.txt | 2 +- include/semaphore.h | 5 + sched/Makefile | 2 +- sched/sem_timedwait.c | 287 ++++++++++++++ 6 files changed, 646 insertions(+), 284 deletions(-) create mode 100644 sched/sem_timedwait.c diff --git a/ChangeLog b/ChangeLog index 4675250845..36c6d86415 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1927,4 +1927,4 @@ SDIO transfer completion events and DMA completion eventes were not being coordinated correctly. * configs/stm3210e-eval/nsh2: Enable FAT long file name support - + * sched/sem_timedwait.c: Add the standard sem_timedwait() interface. diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index 8e97173114..60c63f181f 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -13,7 +13,7 @@

NuttX Operating System

User's Manual

by

Gregory Nutt

-

Last Updated: May 8, 2011

+

Last Updated: July 19, 2011

@@ -247,11 +247,11 @@ paragraphs.

Input Parameters: