nuttx/net/local
ligd f9b6255895 local_socket: remove the wrong assertion in local_listen()
if 2 threads call local_alloc() time and then do local_listen()
will meet this assertion

Signed-off-by: ligd <liguiding1@xiaomi.com>
2023-02-23 22:46:48 +08:00
..
Kconfig
local_accept.c
local_bind.c
local_conn.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
local_connect.c
local_fifo.c
local_listen.c local_socket: remove the wrong assertion in local_listen() 2023-02-23 22:46:48 +08:00
local_netpoll.c
local_recvmsg.c
local_recvutils.c
local_release.c
local_sendmsg.c net/ip: fix compile break if enable NET_LOCAL_SCM 2023-02-07 12:46:40 +02:00
local_sendpacket.c
local_sockif.c include/sys/socket.h: Add SOCK_CTRL to socket type 2023-02-16 12:13:01 +09:00
local.h
Make.defs