Skip to content

syscalls: wait4: implement WNOHANG#141

Merged
arihant2math merged 1 commit intomasterfrom
wait4-wnohang
Jan 8, 2026
Merged

syscalls: wait4: implement WNOHANG#141
arihant2math merged 1 commit intomasterfrom
wait4-wnohang

Conversation

@hexagonal-sun
Copy link
Copy Markdown
Owner

Implement WNOHANG logic within the sys_wait4 system call. If this is
flag is set, remove the process from the ChildNotifiers set without
waiting.

Implement WNOHANG logic within the sys_wait4 system call. If this is
flag is set, remove the process from the ChildNotifiers set without
waiting.
Comment thread src/process/thread_group/wait.rs
@hexagonal-sun
Copy link
Copy Markdown
Owner Author

Is the CI failure spurious?

@hexagonal-sun
Copy link
Copy Markdown
Owner Author

Is the CI failure spurious?

Just re-ran and it now passes, so I think this was the case.

@arihant2math arihant2math merged commit e8d6c30 into master Jan 8, 2026
6 of 7 checks passed
@arihant2math arihant2math deleted the wait4-wnohang branch January 19, 2026 02:55
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