We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
通过中断导致进程切换时,中断通用操作中有保护上下文的操作,但是为什么信号量导致的线程切换没有保护上下文,是不需要么?
The text was updated successfully, but these errors were encountered:
同问
Sorry, something went wrong.
纯C之间调用编译器帮你生成了保存上下文的语句,不需要自己再写了,中断是自己实现的纯汇编,要手动pushad
No branches or pull requests
通过中断导致进程切换时,中断通用操作中有保护上下文的操作,但是为什么信号量导致的线程切换没有保护上下文,是不需要么?
The text was updated successfully, but these errors were encountered: