Skip to content

core: thread_flags: THREAD_FLAG_MUTEX_UNLOCKED, THREAD_FLAG_TIMEOUT are not used #7543

@jnohlgard

Description

@jnohlgard

Follow up to #7533. I found that there are two other predefined constants which are not used in the tree.

  • THREAD_FLAG_MUTEX_UNLOCKED
  • THREAD_FLAG_TIMEOUT

I think the constants may be intended for xtimer_msg_timeout, which mentions core_thread_flags in the documentation, but does not in fact use thread flags for the implementation.

Metadata

Metadata

Assignees

Labels

Area: coreArea: RIOT kernel. Handle PRs marked with this with care!Area: timersArea: timer subsystemsType: cleanupThe issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions