Skip to content

Add explanation of mutexes and function variants #309

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

Merged
merged 1 commit into from
Apr 26, 2025

Conversation

eleanorLYJ
Copy link
Contributor

@eleanorLYJ eleanorLYJ commented Apr 22, 2025

Add documentation for Linux kernel mutexes, detailing ownership, initialization, and the behavior of _interruptible, nested and try-lock variants for synchronization.

Summary by Bito

This pull request enhances the documentation for mutexes in the Linux kernel, detailing mutex ownership, initialization, and the behavior of various mutex functions. These improvements aim to assist developers in better understanding kernel synchronization.

Unit tests added: False

Estimated effort to review (1-5, lower is better): 2

Add documentation for Linux kernel mutexes, detailing ownership,
initialization, and the behavior of _interruptible, nested and try-lock
variants for synchronization.
@jserv jserv merged commit fd6c976 into sysprog21:master Apr 26, 2025
1 check passed
@jserv
Copy link
Contributor

jserv commented Apr 26, 2025

Thank @eleanorLYJ for contributing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants