nuttx/sched/module
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
..
Make.defs Modules: Move last of many C files from sched/module to libc/modlib 2017-01-29 11:54:54 -06:00
mod_insmod.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mod_modhandle.c sched/modules: Be consistent use of binary loader debug instrumentation. Was mixed system and binary loader debug. libs/libc/modlib: Switch from systemb to binary load debug to be consistent with sched/modules. 2018-06-01 10:10:17 -06:00
mod_modsym.c libs/libc/dllfcn: Implement dlerror using strerror. 2019-01-26 11:39:05 -06:00
mod_procfs.c tools/nxstyle.c: Fix a rare false alarm that could occur if a variable or function name begins with the sub-string 'union' or 'struct'. misc fixes under fs/ and sched/ from application of current version of nxstyle. 2019-12-01 13:01:16 -06:00
mod_rmmod.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00