Пример #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);