Exemplo n.º 1
0
 internal static extern int WaitPid(int pid, out int status, WaitPidOptions options);
Exemplo n.º 2
0
 internal static extern pid_t waitpid(pid_t pid, out int status, WaitPidOptions options);
Exemplo n.º 3
0
 internal static extern pid_t waitpid(pid_t pid, out int status, WaitPidOptions options);
Exemplo n.º 4
0
 internal static extern int WaitPid(int pid, out int status, WaitPidOptions options);