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;