summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread_detach.c
Commit message (Expand)AuthorAgeFilesLines
* Rename _TCB to struct tcb_spatacongo2013-02-041-1/+1
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-7/+16
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-4/+5
* Switching to C99 stdbool.h typespatacongo2009-12-141-2/+3
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-21/+24
* Debug can now be selectively enabled by subystempatacongo2007-11-231-3/+3
* Correct a race condition in the pthread join logic. Sometimes the join struc...patacongo2007-03-301-3/+1
* Finally, a clean SDCC compilepatacongo2007-02-271-1/+1
* Eliminating GCC dependenciespatacongo2007-02-201-5/+5
* NuttX RTOSpatacongo2007-02-171-0/+134