Go to file
patacongo d2410c93c6 Fix another potential pthread_join race condition
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@181 42af7a65-404d-4744-a932-0658087f49c3
2007-03-30 13:11:19 +00:00
arch task_delete() calls sched_unlock(); _exit must keep pre-emption disabled until pending queue emptied. 2007-03-29 13:26:24 +00:00
configs Correct a race condition in the pthread join logic. Sometimes the join structure was being deallocated while it was still needed. 2007-03-30 00:49:11 +00:00
Documentation Correct a race condition in the pthread join logic. Sometimes the join structure was being deallocated while it was still needed. 2007-03-30 00:49:11 +00:00
drivers
examples Add timed mqueue test. 2007-03-29 23:44:55 +00:00
fs Eliminate warnings 2007-03-29 13:27:43 +00:00
include Added mq_timedsend() and mq_timedreceive() 2007-03-29 13:25:18 +00:00
lib Container being deallocated before buffers in container. Caused memory leak. 2007-03-29 16:53:03 +00:00
mm
sched Fix another potential pthread_join race condition 2007-03-30 13:11:19 +00:00
tools Use gzip instead of bzip2 2007-03-27 16:20:47 +00:00
ChangeLog Correct a race condition in the pthread join logic. Sometimes the join structure was being deallocated while it was still needed. 2007-03-30 00:49:11 +00:00
Makefile
ReleaseNotes update 2007-03-27 16:35:48 +00:00
TODO Moved exclusion logic to a higher level so that printf output is more readable when the same stdout FILE* is shared 2007-03-29 14:21:31 +00:00