incubator-nuttx/drivers/pipes
Xiang Xiao e0ae2963d2 drivers/pipe: Don't use sched_[lock|unlock] to do protection
since the sched lock can't work in SMP context

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-02-17 22:08:43 +01:00
..
Kconfig pipe: Add DEV_PIPE_VFS_PATH to specify the pipe location 2022-02-05 23:37:44 +01:00
Make.defs drivers: Author Gregory Nutt: update licenses to Apache 2021-03-04 18:32:27 -08:00
fifo.c drivers/pipe: Add g_ prefix to pipe_fops and fifo_fops 2022-02-07 12:05:47 +08:00
pipe.c drivers/pipe: Remove pipe from file system after open 2022-02-07 12:05:47 +08:00
pipe_common.c drivers/pipe: Don't use sched_[lock|unlock] to do protection 2022-02-17 22:08:43 +01:00
pipe_common.h drivers/pipe: Remove pipe from file system after open 2022-02-07 12:05:47 +08:00