示例#1
0
 internal static extern int WaitPid(int pid, out int status, WaitPidOptions options);
示例#2
0
 internal static extern pid_t waitpid(pid_t pid, out int status, WaitPidOptions options);
示例#3
0
 internal static extern pid_t waitpid(pid_t pid, out int status, WaitPidOptions options);
示例#4
0
 internal static extern int WaitPid(int pid, out int status, WaitPidOptions options);