Add support for recursive mutexes

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@753 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-05-31 17:13:08 +00:00
parent 7bbfd7880d
commit b08da21f90
18 changed files with 613 additions and 90 deletions
+2
View File
@@ -356,3 +356,5 @@
deletion logic (timer_delete.c) and one in stream logic (lib_init.c).
0.3.11 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* Add support for recursive mutexes.