Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/
Dsched.h34 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 *);
Dspawn.h55 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);
Dtime.h195 int clock_getcpuclockid (pid_t pid, clockid_t *clock_id);
/picolibc-latest/newlib/libc/include/sys/
Dwait.h39 pid_t wait (int *);
40 pid_t waitpid (pid_t, int *, int);
Dunistd.h73 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 …]
Dtypes.h197 typedef __pid_t pid_t; /* process id */ typedef
D_default_fcntl.h19 typedef __pid_t pid_t; /* process id */ typedef
/picolibc-latest/semihost/fake/
Dfake_kill.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-latest/semihost/
Dkill.c43 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/
De9_kill.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-latest/semihost/machine/powerpc/
Dpowerpc_kill.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-latest/newlib/libc/machine/cris/sys/
Dsignal.h74 int _kill (pid_t, int);
79 int kill (pid_t, int);
/picolibc-latest/newlib/libc/machine/spu/sys/
Dlinux_syscalls.h304 pid_t linux_getpid(void);
305 pid_t linux_gettid(void);
/picolibc-latest/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.