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.
アラームとスリープの両方が SIGALRM を使用しているため、競合が発生する可能性があります。setitimer や timer_create などで新しいタイマーを作成することとは別に、ある種のミューテックスまたはセマフォメカニズムでアラームとスリープを保護することを提案できますか?