Add support for recursive mutexes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@753 42af7a65-404d-4744-a932-0658087f49c3
Showing
- ChangeLog 2 additions, 0 deletionsChangeLog
- Documentation/NuttX.html 5 additions, 3 deletionsDocumentation/NuttX.html
- Documentation/NuttxPortingGuide.html 3 additions, 0 deletionsDocumentation/NuttxPortingGuide.html
- Documentation/NuttxUserGuide.html 145 additions, 57 deletionsDocumentation/NuttxUserGuide.html
- configs/README.txt 2 additions, 0 deletionsconfigs/README.txt
- configs/sim/nettest/Make.defs 8 additions, 1 deletionconfigs/sim/nettest/Make.defs
- configs/sim/ostest/Make.defs 8 additions, 1 deletionconfigs/sim/ostest/Make.defs
- configs/sim/pashello/Make.defs 8 additions, 1 deletionconfigs/sim/pashello/Make.defs
- include/pthread.h 52 additions, 6 deletionsinclude/pthread.h
- sched/Makefile 3 additions, 0 deletionssched/Makefile
- sched/pthread_internal.h 18 additions, 14 deletionssched/pthread_internal.h
- sched/pthread_mutexattrgettype.c 100 additions, 0 deletionssched/pthread_mutexattrgettype.c
- sched/pthread_mutexattrinit.c 3 additions, 0 deletionssched/pthread_mutexattrinit.c
- sched/pthread_mutexattrsettype.c 100 additions, 0 deletionssched/pthread_mutexattrsettype.c
- sched/pthread_mutexattrverifytype.c 95 additions, 0 deletionssched/pthread_mutexattrverifytype.c
- sched/pthread_mutexinit.c 14 additions, 1 deletionsched/pthread_mutexinit.c
- sched/pthread_mutexlock.c 23 additions, 6 deletionssched/pthread_mutexlock.c
- sched/pthread_mutexunlock.c 26 additions, 2 deletionssched/pthread_mutexunlock.c
Loading
Please register or sign in to comment