Home
last modified time | relevance | path

Searched refs:pid_t (Results 1 – 14 of 14) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dsched.h35 pid_t __pid,
43 pid_t __pid,
52 pid_t __pid,
61 pid_t __pid
79 pid_t __pid,
100 int sched_getaffinity (pid_t, size_t, cpu_set_t *);
102 int sched_setaffinity (pid_t, size_t, const cpu_set_t *);
Dspawn.h56 int posix_spawn (pid_t * __restrict, const char * __restrict,
59 int posix_spawnp (pid_t * __restrict, const char * __restrict,
90 pid_t * __restrict);
101 int posix_spawnattr_setpgroup (posix_spawnattr_t *, pid_t);
Dtime.h340 int clock_getcpuclockid (pid_t pid, clockid_t *clock_id);
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dwait.h57 pid_t wait (int *);
58 pid_t waitpid (pid_t, int *, int);
61 pid_t _wait (int *);
66 pid_t _wait (int *);
Dunistd.h117 pid_t fork (void);
152 pid_t getpgid (pid_t);
154 pid_t getpgrp (void);
155 pid_t getpid (void);
156 pid_t getppid (void);
158 pid_t getsid (pid_t);
230 int setpgid (pid_t __pid, pid_t __pgid);
238 pid_t setsid (void);
248 pid_t tcgetpgrp (int __fildes);
249 int tcsetpgrp (int __fildes, pid_t __pgrp_id);
[all …]
Dsignal.h196 int kill (pid_t, int);
200 int killpg (pid_t, int);
253 int sigqueue (pid_t, int, const union sigval);
Dtypes.h199 typedef __pid_t pid_t; /* process id */ typedef
/picolibc-3.7.0-3.6.0/semihost/fake/
Dfake_kill.c41 pid_t getpid(void) { return 1; } in getpid()
43 int kill(pid_t pid, int sig) { if (pid == 1) _exit(128 + sig); errno = ESRCH; return -1; } in kill()
/picolibc-3.7.0-3.6.0/semihost/
Dkill.c42 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-3.7.0-3.6.0/semihost/machine/powerpc/
Dpowerpc_kill.c41 pid_t getpid(void) { return 1; } in getpid()
43 int kill(pid_t pid, int sig) { if (pid == 1) _exit(128 + sig); errno = ESRCH; return -1; } in kill()
/picolibc-3.7.0-3.6.0/semihost/machine/x86/
De9_kill.c41 pid_t getpid(void) { return 1; } in getpid()
43 int kill(pid_t pid, int sig) { if (pid == 1) _exit(128 + sig); errno = ESRCH; return -1; } in kill()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/cris/sys/
Dsignal.h75 int _kill (pid_t, int);
80 int kill (pid_t, int);
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/sys/
Dlinux_syscalls.h304 pid_t linux_getpid(void);
305 pid_t linux_gettid(void);
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20155726 [__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.