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