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

feat:添加sigprocmask系统调用 #1046

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

sparkzky
Copy link
Contributor

实现sigprocmask系统调用并替换掉原先的散装函数

@dragonosbot
Copy link

r? @GnoCiYeH

dragonosbot has assigned @GnoCiYeH.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@github-actions github-actions bot added the enhancement New feature or request label Nov 13, 2024
@fslongjin fslongjin assigned Chiichen and unassigned GnoCiYeH Nov 13, 2024

// todo: 当一个进程有多个线程后,在这里需要设置每个线程的block字段,并且 retarget_shared_pending(虽然我还没搞明白linux这部分是干啥的)
Copy link
Member

Choose a reason for hiding this comment

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

现在就是支持多线程的。这里是不是应该参照Linux的改改?

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

Successfully merging this pull request may close these issues.

5 participants