|
|
1
2
你不能这样做:
这至少有两个根本原因是行不通的。 首先,只能从信号处理程序内调用异步信号安全函数。POSIX指定的列表可以在 http://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_04_03 .
the Java JVM uses
|