Home
last modified time | relevance | path

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

12345678910>>...13

/external/oprofile/daemon/liblegacy/
Dopd_proc.h34 pid_t tid;
36 pid_t tgid;
91 void opd_handle_exec(pid_t tid, pid_t tgid);
114 struct opd_proc * opd_get_proc(pid_t tid, pid_t tgid);
124 struct opd_proc * opd_new_proc(pid_t tid, pid_t tgid);
Dopd_image.h40 pid_t tid;
42 pid_t tgid;
88 char const * app_name, pid_t tid, pid_t tgid);
104 int kernel, pid_t tid, pid_t tgid);
Dopd_image.c103 static size_t opd_hash_image(char const * name, pid_t tid, pid_t tgid) in opd_hash_image()
130 pid_t tid, pid_t tgid) in opd_new_image()
178 pid_t tid, pid_t tgid) in is_same_image()
222 char const * app_name, pid_t tid, pid_t tgid) in opd_find_image()
250 int kernel, pid_t tid, pid_t tgid) in opd_get_image()
261 char const * app_name, pid_t tid, pid_t tgid) in opd_get_kernel_image()
Dopd_proc.c61 inline static uint proc_hash(pid_t tid) in proc_hash()
68 struct opd_proc * opd_new_proc(pid_t tid, pid_t tgid) in opd_new_proc()
85 struct opd_proc * opd_get_proc(pid_t tid, pid_t tgid) in opd_get_proc()
286 void opd_handle_exec(pid_t tid, pid_t tgid) in opd_handle_exec()
/external/chromium/chrome/browser/
Dmemory_details_linux.cc75 pid_t pid;
76 pid_t parent;
149 const std::vector<pid_t>& pids, ProcessData* out) { in GetProcessDataMemoryInformation()
150 for (std::vector<pid_t>::const_iterator in GetProcessDataMemoryInformation()
173 const pid_t root, const pid_t zygote, in GetAllChildren()
174 std::vector<pid_t>* out) { in GetAllChildren()
178 std::set<pid_t> wavefront, next_wavefront; in GetAllChildren()
208 std::set<pid_t> browsers_found; in CollectProcessData()
238 std::vector<pid_t> current_browser_processes; in CollectProcessData()
239 const pid_t zygote = ZygoteHost::GetInstance()->pid(); in CollectProcessData()
[all …]
/external/linux-tools-perf/util/
Dthread_map.c15 struct thread_map *thread_map__new_by_pid(pid_t pid) in thread_map__new_by_pid()
28 threads = malloc(sizeof(*threads) + sizeof(pid_t) * items); in thread_map__new_by_pid()
42 struct thread_map *thread_map__new_by_tid(pid_t tid) in thread_map__new_by_tid()
44 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t)); in thread_map__new_by_tid()
54 struct thread_map *thread_map__new(pid_t pid, pid_t tid) in thread_map__new()
Dthread_map.h11 struct thread_map *thread_map__new_by_pid(pid_t pid);
12 struct thread_map *thread_map__new_by_tid(pid_t tid);
13 struct thread_map *thread_map__new(pid_t pid, pid_t tid);
Dthread.h20 pid_t pid;
33 struct thread *perf_session__findnew(struct perf_session *self, pid_t pid);
46 enum map_type type, pid_t pid, u64 addr,
51 enum map_type type, pid_t pid, u64 addr,
/external/chromium/base/
Dlinux_util.cc197 bool FindProcessHoldingSocket(pid_t* pid_out, ino_t socket_inode) { in FindProcessHoldingSocket()
207 std::vector<pid_t> pids; in FindProcessHoldingSocket()
219 for (std::vector<pid_t>::const_iterator in FindProcessHoldingSocket()
221 const pid_t current_pid = *i; in FindProcessHoldingSocket()
255 pid_t FindThreadIDWithSyscall(pid_t pid, const std::string& expected_data) { in FindThreadIDWithSyscall()
264 std::vector<pid_t> tids; in FindThreadIDWithSyscall()
276 for (std::vector<pid_t>::const_iterator in FindThreadIDWithSyscall()
278 const pid_t current_tid = *i; in FindThreadIDWithSyscall()
Dlinux_util.h33 bool FindProcessHoldingSocket(pid_t* pid_out, ino_t socket_inode);
39 pid_t FindThreadIDWithSyscall(pid_t pid, const std::string& expected_data);
/external/libselinux/src/
Dprocattr.c12 static pid_t gettid(void) in gettid()
19 pid_t pid, const char *attr) in getprocattrcon()
25 pid_t tid; in getprocattrcon()
77 pid_t pid, const char *attr) in setprocattrcon()
81 pid_t tid; in setprocattrcon()
132 int get##fn(pid_t pid, security_context_t *c) \
/external/bison/djgpp/
Dsubpipe.h25 pid_t create_subpipe(char const * const *, int[2]);
26 void end_of_output_subpipe(pid_t, int[2]);
27 void reap_subpipe(pid_t, char const *);
/external/bison/lib/
Dsubpipe.h26 pid_t create_subpipe (char const * const *, int[2]);
27 void end_of_output_subpipe (pid_t, int[2]);
28 void reap_subpipe (pid_t, char const *);
Dsubpipe.c109 pid_t
114 pid_t pid; in create_subpipe()
158 reap_subpipe (pid_t pid, char const *program) in reap_subpipe()
183 end_of_output_subpipe (pid_t pid ATTRIBUTE_UNUSED, in end_of_output_subpipe()
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
Dp6.cpp4 typedef int pid_t; typedef
6 typedef int pid_t; typedef
9 pid_t x;
/external/openssh/
Dsshlogin.h15 void record_login(pid_t, const char *, const char *, uid_t,
17 void record_logout(pid_t, const char *, const char *);
21 void record_utmp_only(pid_t, const char *, const char *, const char *,
Dloginrec.h66 pid_t pid; /* PID of login process */
89 struct logininfo *login_alloc_entry(pid_t pid, const char *username,
94 int login_init_entry(struct logininfo *li, pid_t pid, const char *username,
/external/kernel-headers/original/asm-mips/
Dsiginfo.h48 pid_t _pid; /* sender's pid */
63 pid_t _pid; /* sender's pid */
70 pid_t _pid; /* which child */
79 pid_t _pid; /* which child */
Dsockios.h20 #define SIOCSPGRP _IOW('s', 8, pid_t)
21 #define SIOCGPGRP _IOR('s', 9, pid_t)
/external/openssh/openbsd-compat/
Dbsd-nextstep.h42 pid_t posix_wait(int *);
46 pid_t getppid(void);
53 int tcsetpgrp(int, pid_t);
Dbsd-nextstep.c32 pid_t
36 pid_t wait_pid; in posix_wait()
75 int tcsetpgrp(int fd, pid_t pgrp) in tcsetpgrp()
/external/oprofile/libutil/
Dop_lockfile.c22 static pid_t op_read_lock_file(char const * file) in op_read_lock_file()
25 pid_t value; in op_read_lock_file()
47 pid_t pid = op_read_lock_file(file); in op_write_lock_file()
/external/kernel-headers/original/linux/
Dsched.h418 pid_t pgrp;
419 pid_t tty_old_pgrp;
420 pid_t session;
820 pid_t pid;
821 pid_t tgid;
1001 static inline pid_t process_group(struct task_struct *tsk) in process_group()
1167 extern void set_special_pids(pid_t session, pid_t pgrp);
1168 extern void __set_special_pids(pid_t session, pid_t pgrp);
1224 extern int __kill_pg_info(int sig, struct siginfo *info, pid_t pgrp);
1225 extern int kill_pg_info(int, struct siginfo *, pid_t);
[all …]
/external/kernel-headers/original/linux/netfilter_ipv6/
Dip6t_owner.h13 pid_t pid;
14 pid_t sid;
/external/kernel-headers/original/linux/netfilter_ipv4/
Dipt_owner.h14 pid_t pid;
15 pid_t sid;

12345678910>>...13