nuttx/net/local
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 Fix a few typos in the last commit 2016-07-19 13:40:54 -06:00
local_accept.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
local_bind.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
local_conn.c net/local/local_conn.c: Removed un-ncessary memset(). Connection structure is allocated with kmm_zalloc() which will clear all memory. 2019-09-01 11:23:40 -06:00
local_connect.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
local_fifo.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
local_listen.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
local_netpoll.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
local_recvfrom.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
local_recvutils.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
local_release.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
local_send.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
local_sendpacket.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
local_sendto.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
local_sockif.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
local.h Squashed commit of the following: 2019-12-31 09:26:14 -06:00
Make.defs Squashed commit of the following: 2019-05-21 18:57:54 -06:00