summaryrefslogtreecommitdiff
path: root/nuttx/sched/sem_holder.c
Commit message (Expand)AuthorAgeFilesLines
* Add perror()patacongo2012-08-281-2/+3
* Add some protection to the priority inheritance logic when sem_post() is call...patacongo2012-08-281-81/+215
* Fix some list handling associated with priority inheritancepatacongo2012-08-261-53/+59
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-26/+35
* Updates from Urospatacongo2011-03-271-1/+3
* Prep for 5.11 Releasenuttx-5.11patacongo2010-10-021-5/+8
* Fix priority inheritance bugpatacongo2010-09-141-5/+3
* Fix race condition when semaphore wait is interrupted by a signlpatacongo2010-09-101-2/+3
* Switching to C99 stdint.h typespatacongo2009-12-141-1/+2
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Finishes initial verification of priority inheritance logicpatacongo2009-03-141-20/+60
* Add debug instrumentation; fix pholder freeing logicpatacongo2009-03-131-1/+74
* Free holder containers on sem_destroypatacongo2009-03-131-6/+29
* Add test for CONFIG_SEM_PREALLOCHOLDERS > 0patacongo2009-03-131-6/+3
* Add test for CONFIG_SEM_PREALLOCHOLDERS > 0patacongo2009-03-131-0/+3
* Fix count initializationpatacongo2009-03-121-1/+2
* Finishes basic implementationpatacongo2009-03-121-34/+112
* More priority inheritance logicpatacongo2009-03-121-48/+255
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-9/+11
* Extend, improve, and partially fix priority inheritance logicpatacongo2009-03-101-0/+476