kernel: poll: outdated check for expired timeout #12264
Labels
area: Timer
Timer
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
signal_poll_event
in kernel/poll.c invokes_is_thread_timeout_expired
, which checks whether a timeoutdticks
field has the flag value_EXPIRED
. After the timer updates in 987c0e5 the only reference to that value is inbenchmarks/timing_info/src/msg_passing_bench.c
.Since there's no way the test could succeed in any other condition some cleanup needs to be done.
The text was updated successfully, but these errors were encountered: