nuttx/net/route
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
..
cacheroute.h
fileroute.h
Kconfig boards/sim/sim/sim/src/sim_bringup.c: Mount tmpfs to CONFIG_LIBC_TMPDIR in sim_bringup if CONFIG_FS_TMPFS is defined. 2019-11-23 07:58:50 -06:00
Make.defs
net_add_fileroute.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
net_add_ramroute.c
net_alloc_ramroute.c
net_cacheroute.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
net_del_fileroute.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
net_del_ramroute.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
net_dumproute.c
net_fileroute.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
net_foreach_fileroute.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
net_foreach_ramroute.c
net_foreach_romroute.c
net_initroute.c
net_queue_ramroute.c net/: Fixes for more coding standard issues detected by nxstyle. 2018-10-29 18:00:30 -06:00
net_router.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
netdev_router.c
ramroute.h net/: Fixes for more coding standard issues detected by nxstyle. 2018-10-29 18:00:30 -06:00
romroute.h
route.h