-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
area: TimerTimerTimerbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Description
signal_poll_event in kernel/poll.c invokes _is_thread_timeout_expired, which checks whether a timeout dticks field has the flag value _EXPIRED. After the timer updates in 987c0e5 the only reference to that value is in benchmarks/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.
Metadata
Metadata
Assignees
Labels
area: TimerTimerTimerbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug