Searched refs:pid_t (Results 1 – 14 of 14) sorted by relevance
/picolibc-latest/newlib/libc/include/ |
D | sched.h | 34 pid_t __pid, 42 pid_t __pid, 51 pid_t __pid, 60 pid_t __pid 78 pid_t __pid, 99 int sched_getaffinity (pid_t, size_t, cpu_set_t *); 101 int sched_setaffinity (pid_t, size_t, const cpu_set_t *);
|
D | spawn.h | 55 int posix_spawn (pid_t * __restrict, const char * __restrict, 58 int posix_spawnp (pid_t * __restrict, const char * __restrict, 89 pid_t * __restrict); 100 int posix_spawnattr_setpgroup (posix_spawnattr_t *, pid_t);
|
D | time.h | 195 int clock_getcpuclockid (pid_t pid, clockid_t *clock_id);
|
/picolibc-latest/newlib/libc/include/sys/ |
D | wait.h | 39 pid_t wait (int *); 40 pid_t waitpid (pid_t, int *, int);
|
D | unistd.h | 73 typedef __pid_t pid_t; /* process id */ typedef 146 pid_t fork (void); 181 pid_t getpgid (pid_t); 183 pid_t getpgrp (void); 184 pid_t getpid (void); 185 pid_t getppid (void); 187 pid_t getsid (pid_t); 259 int setpgid (pid_t __pid, pid_t __pgid); 267 pid_t setsid (void); 277 pid_t tcgetpgrp (int __fildes); [all …]
|
D | types.h | 197 typedef __pid_t pid_t; /* process id */ typedef
|
D | _default_fcntl.h | 19 typedef __pid_t pid_t; /* process id */ typedef
|
/picolibc-latest/semihost/fake/ |
D | fake_kill.c | 42 pid_t getpid(void) { return 1; } in getpid() 44 int kill(pid_t pid, int sig) { if (pid == 1) _exit(128 + sig); errno = ESRCH; return -1; } in kill()
|
/picolibc-latest/semihost/ |
D | kill.c | 43 pid_t getpid(void) { return 1; } in getpid() 45 int kill(pid_t pid, int sig) { if (pid == 1) _exit(128 + sig); errno = ESRCH; return -1; } in kill()
|
/picolibc-latest/semihost/machine/x86/ |
D | e9_kill.c | 42 pid_t getpid(void) { return 1; } in getpid() 44 int kill(pid_t pid, int sig) { if (pid == 1) _exit(128 + sig); errno = ESRCH; return -1; } in kill()
|
/picolibc-latest/semihost/machine/powerpc/ |
D | powerpc_kill.c | 42 pid_t getpid(void) { return 1; } in getpid() 44 int kill(pid_t pid, int sig) { if (pid == 1) _exit(128 + sig); errno = ESRCH; return -1; } in kill()
|
/picolibc-latest/newlib/libc/machine/cris/sys/ |
D | signal.h | 74 int _kill (pid_t, int); 79 int kill (pid_t, int);
|
/picolibc-latest/newlib/libc/machine/spu/sys/ |
D | linux_syscalls.h | 304 pid_t linux_getpid(void); 305 pid_t linux_gettid(void);
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 5726 [__CYGWIN__, __rtems__]: Define kill first argument as pid_t per 17701 pid_t, off_t, loff_t, caddr_t, and daddr_t type 17704 defining pid_t, off_t, ssize_t, and key_t. Move uintptr_t and 18454 * libc/sys/linux/sys/types.h (pid_t, off_t, loff_t): Added. 25121 * libc/include/sys/unistd.h (pid_t): Move from here, 25122 * libc/include/sys/types.h (pid_t): to here.
|