nuttx/arch/risc-v
Zeng Zhaoxiu fb43fd73ed signal: signal handler may cause task's state error
For example, task is blocked by nxsem_wait(sem1), use nxsem_wait(sem2)
in signal handler, and take sem2 successfully, after exit from signal
handler to task, nxsem_wait(sem1) returns OK, but the correct result
should be -EINTR.

Signed-off-by: Zeng Zhaoxiu <zhaoxiu.zeng@gmail.com>
2022-01-05 21:36:44 +09:00
..
include arch/risc-v: Replace __LP64__ with CONFIG_ARCH_RV64 2022-01-04 23:22:43 +08:00
src signal: signal handler may cause task's state error 2022-01-05 21:36:44 +09:00
Kconfig risc-v/esp32c3: Sort LIBC_ARCH_* configs alphabetically 2022-01-03 10:37:04 -03:00