Home
last modified time | relevance | path

Searched refs:PID_T (Results 1 – 16 of 16) sorted by relevance

/external/elfutils/backends/
Dlinux-core-note.c95 FIELD (PID_T, pr_pid); in EBLHOOK()
96 FIELD (PID_T, pr_ppid); in EBLHOOK()
97 FIELD (PID_T, pr_pgrp); in EBLHOOK()
98 FIELD (PID_T, pr_sid); in EBLHOOK()
130 FIELD (PID_T, pr_pid); in EBLHOOK()
131 FIELD (PID_T, pr_ppid); in EBLHOOK()
132 FIELD (PID_T, pr_pgrp); in EBLHOOK()
133 FIELD (PID_T, pr_sid); in EBLHOOK()
160 FIELD (identity, PID_T, pid, 'd', .thread_identifier = true),
161 FIELD (identity, PID_T, ppid, 'd'),
[all …]
Dcsky_corenote.c43 #define PID_T int32_t macro
Dalpha_corenote.c60 #define PID_T int32_t macro
Dm68k_corenote.c52 #define PID_T int32_t macro
Driscv_corenote.c70 #define PID_T int32_t macro
Darm_corenote.c64 #define PID_T int32_t macro
Dsh_corenote.c60 #define PID_T int32_t macro
Dsparc_corenote.c109 #define PID_T int32_t macro
Dx86_64_corenote.c110 #define PID_T int32_t macro
Dppc_corenote.c123 #define PID_T int32_t macro
Di386_corenote.c72 #define PID_T int32_t macro
Ds390_corenote.c126 #define PID_T int32_t macro
Daarch64_corenote.c43 #define PID_T int32_t macro
/external/oj-libjdwp/src/solaris/back/
Dproc_md.h40 #define PID_T pid_t macro
/external/oj-libjdwp/src/share/back/
Dlog_messages.c52 static PID_T processPid;
Derror_messages.c319 PID_T pid = GETPID(); in do_pause()