-
Notifications
You must be signed in to change notification settings - Fork 2.1k
core: thread_flags: THREAD_FLAG_MUTEX_UNLOCKED, THREAD_FLAG_TIMEOUT are not used #7543
Copy link
Copy link
Closed
Closed
Copy link
Labels
Area: coreArea: RIOT kernel. Handle PRs marked with this with care!Area: RIOT kernel. Handle PRs marked with this with care!Area: timersArea: timer subsystemsArea: timer subsystemsType: cleanupThe issue proposes a clean-up / The PR cleans-up parts of the codebase / documentationThe issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation
Milestone
Description
Follow up to #7533. I found that there are two other predefined constants which are not used in the tree.
THREAD_FLAG_MUTEX_UNLOCKEDTHREAD_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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: coreArea: RIOT kernel. Handle PRs marked with this with care!Area: RIOT kernel. Handle PRs marked with this with care!Area: timersArea: timer subsystemsArea: timer subsystemsType: cleanupThe issue proposes a clean-up / The PR cleans-up parts of the codebase / documentationThe issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation