Skip to content

kernel: poll: outdated check for expired timeout #12264

@pabigot

Description

@pabigot

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: TimerTimerbugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions