summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-23 23:22:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-23 23:22:22 +0000
commit1113121fa268695f1816574c47bb88d737d12a3e (patch)
tree776672757efb51d171d9bd17355fa8cd5053f9ef /nuttx/TODO
parentfb18a14fa419ea6627fa1f148bd1a479cd53639b (diff)
downloadpx4-nuttx-1113121fa268695f1816574c47bb88d737d12a3e.tar.gz
px4-nuttx-1113121fa268695f1816574c47bb88d737d12a3e.tar.bz2
px4-nuttx-1113121fa268695f1816574c47bb88d737d12a3e.zip
Add new pthread_* APIs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@134 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index ee1ee2882..5c9705687 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -14,6 +14,8 @@ Task/Scheduler
_POSIX_CLOCKRES_MIN in limits.h
CLK_TCK in time.h
Definitions in sched/clock_internal.h
+- Consider implementing wait, waitpid, waitid. At present, a parent has
+ no information about child tasks.
o Memory Managment
- Add an option to free all memory allocated by a task when the task exits.
@@ -45,6 +47,7 @@ o Build system
- Something leaves garbage link 'include' in arch/*/include
o Applications & Tests
+- Need a test for the pthread_barrierattr_* and pthread_barrier_* APIs.
o C5471
- At present, there is a failure in the examples/ostest POSIX timer