Correct a race condition in the pthread join logic. Sometimes the join...
Correct a race condition in the pthread join logic. Sometimes the join structure was being deallocated while it was still needed. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@180 42af7a65-404d-4744-a932-0658087f49c3
Showing
- ChangeLog 3 additions, 0 deletionsChangeLog
- Documentation/NuttX.html 3 additions, 0 deletionsDocumentation/NuttX.html
- configs/ntosd-dm320/doc/test-result.txt 83 additions, 57 deletionsconfigs/ntosd-dm320/doc/test-result.txt
- sched/pthread_completejoin.c 59 additions, 41 deletionssched/pthread_completejoin.c
- sched/pthread_detach.c 1 addition, 3 deletionssched/pthread_detach.c
- sched/pthread_internal.h 2 additions, 0 deletionssched/pthread_internal.h
- sched/pthread_join.c 7 additions, 5 deletionssched/pthread_join.c
Loading
Please register or sign in to comment