nuttx/sched
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -06:00
..
clock Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
environ Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
errno Standardization of some function headers. 2018-03-13 09:52:27 -06:00
group Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
init Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
irq Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
module Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mqueue Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
paging Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
pthread Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
sched Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
semaphore Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
signal Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
task Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
timer Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
wdog Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
wqueue Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Kconfig Update ReleaseNotes in preparation for the nuttx-8.2 release. 2019-11-16 08:23:09 -06:00
Makefile TLS: Simplify 2016-03-11 07:17:32 -06:00