Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在内核线程中调用函数 signal_pending()。返回true时,我想获取信号。我的 代码如下: sigset = ¤t->signal->shared_pending.signal; 但值为零。我的错误在哪里?
sigset = ¤t->signal->shared_pending.signal;
大家好,感谢您的阅读。我正在制作一个应用程序,您可以在该应用程序中拍照并从相机胶卷中检索照片并将其显示在视图上。问题是当我尝试使用调出相机胶卷的按钮时,我在标题中收到错误“演示正在进行中”。
如果我注释掉代码 [se