Skip to content

Add support for TIMER_ABSTIME flag in clock_nanosleep #16455

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
Mar 8, 2022
Merged

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Mar 8, 2022

Fixes: #16453

@sbc100 sbc100 requested review from dschuff and tlively March 8, 2022 18:26
}

int main(void) {
// Sllep for 10ms (without TIMER_ABSTIME).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Sllep for 10ms (without TIMER_ABSTIME).
// Sleep for 10ms (without TIMER_ABSTIME).

@sbc100 sbc100 merged commit 62fa62a into main Mar 8, 2022
@sbc100 sbc100 deleted the TIMER_ABSTIME branch March 8, 2022 19:57
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.

clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME) sleeps forever
2 participants