Home
last modified time | relevance | path

Searched refs:__pid_t (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dsignal.h84 __pid_t si_pid; /* Sending process ID */
230 int kill(__pid_t pid, int sig);
233 int killpg(__pid_t pid, int sig);
269 int sigqueue (__pid_t, int, const union sigval);
/picolibc-latest/newlib/libc/include/sys/
D_types.h85 typedef signed char __pid_t; typedef
87 typedef int __pid_t; typedef
Dtypes.h197 typedef __pid_t pid_t; /* process id */
D_default_fcntl.h19 typedef __pid_t pid_t; /* process id */
Dunistd.h73 typedef __pid_t pid_t; /* process id */
/picolibc-latest/newlib/
DChangeLog-201517683 * libc/include/machine/types.h: Skip __off_t, __pid_t, and
18449 * libc/include/machine/types.h (__pid_t, __off_t, __loff_t): Added.