reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/fcntl.h
   69 typedef __pid_t pid_t;
usr/include/sched.h
   38 typedef __pid_t pid_t;
   54 extern int sched_setparam (__pid_t __pid, const struct sched_param *__param)
   58 extern int sched_getparam (__pid_t __pid, struct sched_param *__param) __THROW;
   61 extern int sched_setscheduler (__pid_t __pid, int __policy,
   65 extern int sched_getscheduler (__pid_t __pid) __THROW;
   77 extern int sched_rr_get_interval (__pid_t __pid, struct timespec *__t) __THROW;
  121 extern int sched_setaffinity (__pid_t __pid, size_t __cpusetsize,
  125 extern int sched_getaffinity (__pid_t __pid, size_t __cpusetsize,
usr/include/signal.h
   40 typedef __pid_t pid_t;
  112 extern int kill (__pid_t __pid, int __sig) __THROW;
  119 extern int killpg (__pid_t __pgrp, int __sig) __THROW;
  276 extern int sigqueue (__pid_t __pid, int __sig, const union sigval __val)
usr/include/termios.h
   30 typedef __pid_t pid_t;
   99 extern __pid_t tcgetsid (int __fd) __THROW;
usr/include/time.h
   54 typedef __pid_t pid_t;
usr/include/unistd.h
  263 typedef __pid_t pid_t;
  631 extern __pid_t getpid (void) __THROW;
  634 extern __pid_t getppid (void) __THROW;
  637 extern __pid_t getpgrp (void) __THROW;
  640 extern __pid_t __getpgid (__pid_t __pid) __THROW;
  640 extern __pid_t __getpgid (__pid_t __pid) __THROW;
  642 extern __pid_t getpgid (__pid_t __pid) __THROW;
  642 extern __pid_t getpgid (__pid_t __pid) __THROW;
  649 extern int setpgid (__pid_t __pid, __pid_t __pgid) __THROW;
  649 extern int setpgid (__pid_t __pid, __pid_t __pgid) __THROW;
  670 extern __pid_t setsid (void) __THROW;
  674 extern __pid_t getsid (__pid_t __pid) __THROW;
  674 extern __pid_t getsid (__pid_t __pid) __THROW;
  759 extern __pid_t fork (void) __THROWNL;
  767 extern __pid_t vfork (void) __THROW;
  841 extern __pid_t tcgetpgrp (int __fd) __THROW;
  844 extern int tcsetpgrp (int __fd, __pid_t __pgrp_id) __THROW;
usr/include/x86_64-linux-gnu/bits/fcntl-linux.h
  277     __pid_t pid;		/* ID of owner.  */
usr/include/x86_64-linux-gnu/bits/fcntl.h
   46     __pid_t l_pid;	/* Process holding the lock.  */
   56     __pid_t l_pid;	/* Process holding the lock.  */
usr/include/x86_64-linux-gnu/bits/msq.h
   55   __pid_t msg_lspid;		/* pid of last msgsnd() */
   56   __pid_t msg_lrpid;		/* pid of last msgrcv() */
usr/include/x86_64-linux-gnu/bits/resource.h
  203 extern int prlimit (__pid_t __pid, enum __rlimit_resource __resource,
  217 extern int prlimit64 (__pid_t __pid, enum __rlimit_resource __resource,
usr/include/x86_64-linux-gnu/bits/shm.h
   65     __pid_t shm_cpid;			/* pid of creator */
   66     __pid_t shm_lpid;			/* pid of last shmop */
usr/include/x86_64-linux-gnu/bits/types/sigevent_t.h
   34 	__pid_t _tid;
usr/include/x86_64-linux-gnu/bits/types/siginfo_t.h
   58 	    __pid_t si_pid;	/* Sending process ID.  */
   73 	    __pid_t si_pid;	/* Sending process ID.  */
   81 	    __pid_t si_pid;	/* Which child.	 */
usr/include/x86_64-linux-gnu/bits/utmpx.h
   58   __pid_t ut_pid;		/* Process ID of login process.  */
usr/include/x86_64-linux-gnu/sys/procfs.h
   88     __pid_t pr_pid;
   89     __pid_t pr_ppid;
   90     __pid_t pr_pgrp;
   91     __pid_t pr_sid;
  137 typedef __pid_t lwpid_t;
usr/include/x86_64-linux-gnu/sys/types.h
   98 typedef __pid_t pid_t;
usr/include/x86_64-linux-gnu/sys/wait.h
   77 extern __pid_t wait (int *__stat_loc);
  100 extern __pid_t waitpid (__pid_t __pid, int *__stat_loc, int __options);
  100 extern __pid_t waitpid (__pid_t __pid, int *__stat_loc, int __options);
  136 extern __pid_t wait3 (int *__stat_loc, int __options,
  142 extern __pid_t wait4 (__pid_t __pid, int *__stat_loc, int __options,
  142 extern __pid_t wait4 (__pid_t __pid, int *__stat_loc, int __options,