incubator-nuttx/net/mld
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
..
Kconfig
Make.defs
mld.h
mld_done.c
mld_group.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mld_initialize.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mld_join.c
mld_leave.c net/mld/mld_group.c: Fixed failure to stop queries. This turned out to be an uninitialized variable. I wonder why there was no warning from GCC? 2018-11-11 15:25:16 -06:00
mld_mcastmac.c
mld_msg.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mld_poll.c
mld_query.c
mld_report.c tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 2019-03-11 12:48:39 -06:00
mld_send.c net/: Run nxstyle against all C files. 2019-10-25 11:31:42 -06:00
mld_timer.c