Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core/mutex: add mutex_init_locked() #20954

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

benpicco
Copy link
Contributor

@benpicco benpicco commented Nov 6, 2024

Contribution description

Same as mutex_init() and complements MUTEX_INIT / MUTEX_INIT_LOCKED - I was surprised we did not have this yet.

Testing procedure

Issues/PRs references

@benpicco benpicco requested a review from kaspar030 as a code owner November 6, 2024 10:40
@github-actions github-actions bot added the Area: core Area: RIOT kernel. Handle PRs marked with this with care! label Nov 6, 2024
@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Nov 6, 2024
@benpicco benpicco requested a review from maribu November 6, 2024 10:41
core/include/mutex.h Outdated Show resolved Hide resolved
@riot-ci
Copy link

riot-ci commented Nov 6, 2024

Murdock results

✔️ PASSED

46ecf82 core/mutex: add mutex_init_locked()

Success Failures Total Runtime
10208 0 10212 16m:26s

Artifacts

@benpicco benpicco enabled auto-merge November 6, 2024 12:09
@benpicco benpicco added this pull request to the merge queue Nov 6, 2024
Merged via the queue into RIOT-OS:master with commit 9c55be7 Nov 6, 2024
26 checks passed
@benpicco benpicco deleted the mutex_init_locked branch November 6, 2024 16:52
@MrKevinWeiss MrKevinWeiss added this to the Release 2025.01 milestone Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: core Area: RIOT kernel. Handle PRs marked with this with care! CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants