summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_delete.c
Commit message (Expand)AuthorAgeFilesLines
* Move task_terminate to its own C file to prevent drawing task_delete into the...Gregory Nutt2013-04-251-114/+2
* Remove up_assert_codeGregory Nutt2013-04-251-1/+1
* Minor Freedom-KL25Z updatesGregory Nutt2013-04-241-1/+0
* Reviewed all task exit logic. For pthread_exit() moved some logic higher in ...Gregory Nutt2013-04-231-28/+79
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-1/+1
* Rename _TCB to struct tcb_spatacongo2013-02-041-4/+4
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-16/+16
* Fix instrumenation in task_delete(); fix prctl parameter orderpatacongo2012-04-261-1/+1
* Rename some USB device filespatacongo2012-04-231-0/+7
* Fix atexit() function being called twicepatacongo2012-04-231-0/+18
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-311-7/+10
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-311-2/+2
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-281-10/+6
* Add a layer to redirect kernel-mode memory manager accessespatacongo2011-04-051-5/+7
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-3/+3
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-34/+31
* Added network init; refactored some header filespatacongo2007-09-091-1/+0
* Unmatched sched_lock()/sched_unlock()patacongo2007-03-291-2/+4
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-1/+1
* Still working toward clean 8051 linkpatacongo2007-02-281-6/+10
* Finally, a clean SDCC compilepatacongo2007-02-271-4/+5
* Progress toward clean SDCC compilationpatacongo2007-02-211-4/+4
* NuttX RTOSpatacongo2007-02-171-0/+165