Example #1
0
 public static extern pid_t getsid(pid_t pid);
Example #2
0
 public static extern int tcsetpgrp(int fd, pid_t pgrp);
Example #3
0
 internal static extern int kill(pid_t pid, int signum);
Example #4
0
 public static extern int setpgid(pid_t pid, pid_t pgid);
Example #5
0
 public bool Equals(pid_t v) => this == v;
Example #6
0
 public static extern int kill(pid_t pid, int sig);
Example #7
0
 public static extern int clock_getcpuclockid(pid_t __pid, clockid_t *__clock_id);
Example #8
0
 internal static extern int setpgid(pid_t pid, pid_t pgid);
Example #9
0
 public static extern int kill([NativeTypeName("__pid_t")] pid_t __pid, int __sig);
Example #10
0
 public static extern int sigqueue([NativeTypeName("__pid_t")] pid_t __pid, int __sig, [NativeTypeName("const union sigval")] sigval_t __val);
Example #11
0
 public static extern int sched_setaffinity(pid_t pid, size_t cpusetsize, cpu_set_t *mask);
Example #12
0
 public static extern int sched_rr_get_interval(pid_t pid, timespec *tp);
Example #13
0
 public static extern int sched_getscheduler(pid_t pid);