예제 #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);