walnux/arch/sim
guanyi ac5b38c9e5 arch/sim: avoid host-call being interrupted before getting errno
Sim use coroutine base on one thread in host to do switch context. but if we allow switch context with in one API (host-API and errno get), maybe the switch context from coroutine cause re-enter host-API call. Make the errno get behavior not work as expected.

Signed-off-by: guanyi3 <guanyi3@xiaomi.com>
2025-07-21 19:19:05 -03:00
..
include arch: up_getusrsp change to inline and implement in irq.h 2025-01-06 23:03:05 +08:00
src arch/sim: avoid host-call being interrupted before getting errno 2025-07-21 19:19:05 -03:00
CMakeLists.txt libc/elf: rename modlib to libelf 2025-04-11 09:43:22 +08:00
Kconfig arch/sim/Kconfig: fix codespell issues 2025-05-14 21:50:15 +08:00