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 设置警报以“关闭”,alram(numberOfSeconds)我想要做的是立即提高 SIGALRM。
alram(numberOfSeconds)
任何帮助将不胜感激。
raise(SIGALRM);