components/ktime/src/hrtimer.c Outdated _set_next_timeout(); /* when interrupted */ if (rt_get_errno() == -RT_EINTR) Member mysterywolf Jul 31, 2023 设置错误码不应该是负的,只有return返回错误码才是负的 Contributor Author xqyjlj Aug 1, 2023 内核的ipc里面全是-RT_EINTR的错误...