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.
我一直在开发针对 POSIX 的系统程序,但我遇到了无法访问sigqueue. Darwin/XNU 是否有另一种向另一个进程发送信号的方法?我见过 kill() 但没有别的。
sigqueue
在阅读了 POSIX 标准后,我了解到它kill已被扩展为,您可以实际发送您指定的任何类型的信号,并且不会自动导致接收应用程序终止(除非您发送 SIGKILL)。
kill