Skip to content

Remove sleep_on family #198

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 27, 2023
Merged

Remove sleep_on family #198

merged 1 commit into from
Apr 27, 2023

Conversation

linD026
Copy link
Collaborator

@linD026 linD026 commented Apr 27, 2023

Since the commit b8780c363d80 ("sched: remove sleep_on() and friends "), the description about sleep_on is incorrect and the example code has been fixed by replacing it with wait_event family. Let's also fix the description to match the corrected code.

Close #197

Since the commit b8780c363d80 ("sched: remove sleep_on() and friends
"), the description about sleep_on is incorrect and the example code has
been fixed by replacing it with wait_event family. Let's also fix the
description to match the corrected code.
@jserv jserv merged commit ed0b93c into sysprog21:master Apr 27, 2023
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.

11.1 Sleep chapter. API module_interruptible_sleep_on
2 participants