OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__pid_t
(Results
1 - 25
of
207
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
sched.h
37
typedef
__pid_t
pid_t;
51
extern int sched_setparam (
__pid_t
__pid, __const struct sched_param *__param)
55
extern int sched_getparam (
__pid_t
__pid, struct sched_param *__param) __THROW;
58
extern int sched_setscheduler (
__pid_t
__pid, int __policy,
62
extern int sched_getscheduler (
__pid_t
__pid) __THROW;
74
extern int sched_rr_get_interval (
__pid_t
__pid, struct timespec *__t) __THROW;
118
extern int sched_setaffinity (
__pid_t
__pid, size_t __cpusetsize,
122
extern int sched_getaffinity (
__pid_t
__pid, size_t __cpusetsize,
termios.h
31
typedef
__pid_t
pid_t;
100
extern
__pid_t
tcgetsid (int __fd) __THROW;
_G_config.h
35
#define _G_pid_t
__pid_t
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
sched.h
43
extern int sched_setparam (
__pid_t
__pid, __const struct sched_param *__param)
47
extern int sched_getparam (
__pid_t
__pid, struct sched_param *__param) __THROW;
50
extern int sched_setscheduler (
__pid_t
__pid, int __policy,
54
extern int sched_getscheduler (
__pid_t
__pid) __THROW;
66
extern int sched_rr_get_interval (
__pid_t
__pid, struct timespec *__t) __THROW;
110
extern int sched_setaffinity (
__pid_t
__pid, size_t __cpusetsize,
114
extern int sched_getaffinity (
__pid_t
__pid, size_t __cpusetsize,
termios.h
31
typedef
__pid_t
pid_t;
100
extern
__pid_t
tcgetsid (int __fd) __THROW;
_G_config.h
35
#define _G_pid_t
__pid_t
unistd.h
261
typedef
__pid_t
pid_t;
623
extern
__pid_t
getpid (void) __THROW;
626
extern
__pid_t
getppid (void) __THROW;
631
extern
__pid_t
getpgrp (void) __THROW;
634
extern
__pid_t
__REDIRECT_NTH (getpgrp, (
__pid_t
__pid), __getpgid);
641
extern
__pid_t
__getpgid (
__pid_t
__pid) __THROW;
643
extern
__pid_t
getpgid (
__pid_t
__pid) __THROW
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
wait.h
116
extern
__pid_t
wait (__WAIT_STATUS __stat_loc);
139
extern
__pid_t
waitpid (
__pid_t
__pid, int *__stat_loc, int __options);
169
extern
__pid_t
wait3 (__WAIT_STATUS __stat_loc, int __options,
175
extern
__pid_t
wait4 (
__pid_t
__pid, __WAIT_STATUS __stat_loc, int __options,
procfs.h
85
__pid_t
pr_pid;
86
__pid_t
pr_ppid;
87
__pid_t
pr_pgrp;
88
__pid_t
pr_sid;
134
typedef
__pid_t
lwpid_t;
shm.h
39
typedef
__pid_t
pid_t;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
wait.h
116
extern
__pid_t
wait (__WAIT_STATUS __stat_loc);
139
extern
__pid_t
waitpid (
__pid_t
__pid, int *__stat_loc, int __options);
169
extern
__pid_t
wait3 (__WAIT_STATUS __stat_loc, int __options,
175
extern
__pid_t
wait4 (
__pid_t
__pid, __WAIT_STATUS __stat_loc, int __options,
procfs.h
79
__pid_t
pr_pid;
80
__pid_t
pr_ppid;
81
__pid_t
pr_pgrp;
82
__pid_t
pr_sid;
123
typedef
__pid_t
lwpid_t;
shm.h
39
typedef
__pid_t
pid_t;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
wait.h
116
extern
__pid_t
wait (__WAIT_STATUS __stat_loc);
139
extern
__pid_t
waitpid (
__pid_t
__pid, int *__stat_loc, int __options);
169
extern
__pid_t
wait3 (__WAIT_STATUS __stat_loc, int __options,
175
extern
__pid_t
wait4 (
__pid_t
__pid, __WAIT_STATUS __stat_loc, int __options,
procfs.h
85
__pid_t
pr_pid;
86
__pid_t
pr_ppid;
87
__pid_t
pr_pgrp;
88
__pid_t
pr_sid;
134
typedef
__pid_t
lwpid_t;
shm.h
39
typedef
__pid_t
pid_t;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
msq.h
56
__pid_t
msg_lspid; /* pid of last msgsnd() */
57
__pid_t
msg_lrpid; /* pid of last msgrcv() */
shm.h
67
__pid_t
shm_cpid; /* pid of creator */
68
__pid_t
shm_lpid; /* pid of last shmop */
siginfo.h
65
__pid_t
si_pid; /* Sending process ID. */
80
__pid_t
si_pid; /* Sending process ID. */
88
__pid_t
si_pid; /* Which child. */
285
__pid_t
_tid;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
msq.h
50
__pid_t
msg_lspid; /* pid of last msgsnd() */
51
__pid_t
msg_lrpid; /* pid of last msgrcv() */
shm.h
60
__pid_t
shm_cpid; /* pid of creator */
61
__pid_t
shm_lpid; /* pid of last shmop */
siginfo.h
65
__pid_t
si_pid; /* Sending process ID. */
80
__pid_t
si_pid; /* Sending process ID. */
88
__pid_t
si_pid; /* Which child. */
285
__pid_t
_tid;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
msq.h
56
__pid_t
msg_lspid; /* pid of last msgsnd() */
57
__pid_t
msg_lrpid; /* pid of last msgrcv() */
shm.h
67
__pid_t
shm_cpid; /* pid of creator */
68
__pid_t
shm_lpid; /* pid of last shmop */
siginfo.h
65
__pid_t
si_pid; /* Sending process ID. */
80
__pid_t
si_pid; /* Sending process ID. */
88
__pid_t
si_pid; /* Which child. */
285
__pid_t
_tid;
Completed in 77 milliseconds
1
2
3
4
5
6
7
8
9