/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_linux_test.cc | 47 pid_t reported_tid; 66 pid_t tid; 83 void SpawnTidReporter(pthread_t *pthread_id, pid_t *tid); 88 std::vector<pid_t> tids_; 110 pid_t *tid) { 123 static std::vector<pid_t> ReadTidsToVector(ThreadLister *thread_lister) { 124 std::vector<pid_t> listed_tids; 125 pid_t tid; 132 static bool Includes(std::vector<pid_t> first, std::vector<pid_t> second) [all...] |
/development/ndk/platforms/android-19/include/sys/ |
wait.h | 48 extern pid_t wait(int *); 49 extern pid_t waitpid(pid_t, int *, int); 50 extern pid_t wait3(int *, int, struct rusage *); 51 extern pid_t wait4(pid_t, int *, int, struct rusage *);
|
/external/libbrillo/brillo/minijail/ |
minijail.h | 62 virtual bool Run(struct minijail* jail, std::vector<char*> args, pid_t* pid); 72 pid_t* pid, 78 pid_t* pid, 86 pid_t* pid); 96 pid_t* pid, 102 pid_t* pid,
|
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/sys/ |
wait.h | 48 extern pid_t wait(int *); 49 extern pid_t waitpid(pid_t, int *, int); 50 extern pid_t wait3(int *, int, struct rusage *); 51 extern pid_t wait4(pid_t, int *, int, struct rusage *);
|
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/sys/ |
wait.h | 48 extern pid_t wait(int *); 49 extern pid_t waitpid(pid_t, int *, int); 50 extern pid_t wait3(int *, int, struct rusage *); 51 extern pid_t wait4(pid_t, int *, int, struct rusage *);
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/ |
wait.h | 48 extern pid_t wait(int *); 49 extern pid_t waitpid(pid_t, int *, int); 50 extern pid_t wait3(int *, int, struct rusage *); 51 extern pid_t wait4(pid_t, int *, int, struct rusage *);
|
/system/connectivity/shill/ |
mock_process_manager.h | 39 pid_t(const tracked_objects::Location& spawn_source, 46 pid_t(const tracked_objects::Location& spawn_source, 54 pid_t(const tracked_objects::Location& spawn_source, 64 MOCK_METHOD1(StopProcess, bool(pid_t pid)); 65 MOCK_METHOD1(StopProcessAndBlock, bool(pid_t pid)); 67 bool(pid_t pid, const base::Callback<void(int)>& new_callback));
|
/system/core/libmemunreachable/ |
ThreadCapture.cpp | 53 static char *pid_to_str(char *buf, size_t len, pid_t pid) { 74 ThreadCaptureImpl(pid_t pid, Allocator<ThreadCaptureImpl>& allocator); 79 bool ReleaseThread(pid_t tid); 81 void InjectTestFunc(std::function<void(pid_t)>&& f) { inject_test_func_ = f; } 83 int CaptureThread(pid_t tid); 84 bool ReleaseThread(pid_t tid, unsigned int signal); 85 int PtraceAttach(pid_t tid); 86 void PtraceDetach(pid_t tid, unsigned int signal); 87 bool PtraceThreadInfo(pid_t tid, ThreadInfo& thread_info); 89 allocator::map<pid_t, unsigned int> captured_threads_ [all...] |
/system/core/logd/ |
LogBufferElement.h | 42 const pid_t mPid; 43 const pid_t mTid; 59 uid_t uid, pid_t pid, pid_t tid, 65 pid_t getPid(void) const { return mPid; } 66 pid_t getTid(void) const { return mTid; }
|
/external/bison/m4/ |
sched_h.m4 | 16 pid_t t1; 35 dnl Ensure the type pid_t gets defined.
|
/external/fio/os/windows/posix/include/sys/ |
shm.h | 28 pid_t shm_lpid; /* process ID of last shared memory operation */ 29 pid_t shm_cpid; /* process ID of creator */
|
/external/libbrillo/brillo/ |
process_reaper_unittest.cc | 21 pid_t ForkChildAndExit(int exit_code) { 22 pid_t pid = fork(); 30 pid_t ForkChildAndKill(int sig) { 31 pid_t pid = fork(); 76 pid_t pid = ForkChildAndExit(123); 93 pid_t pid = ForkChildAndExit(exit_value); 111 pid_t pid = ForkChildAndKill(SIGKILL); 122 pid_t pid = ForkChildAndExit(0);
|
/frameworks/av/media/utils/ |
ISchedulingPolicyService.h | 29 virtual int requestPriority(/*pid_t*/int32_t pid, /*pid_t*/int32_t tid,
|
/ndk/tests/device/test-wait/jni/ |
test_wait.c | 40 typedef int (*wait_call_function)(pid_t child_pid); 72 static int check_wait(pid_t child_pid) { 74 pid_t ret = wait(&status); 83 static int check_waitpid(pid_t child_pid) { 85 pid_t ret = waitpid((pid_t)-1, &status, 0); 94 static int check_wait4(pid_t child_pid) { 97 pid_t ret = wait4(-1, &status, 0, &ru);
|
/system/core/debuggerd/ |
backtrace.cpp | 42 static void dump_process_header(log_t* log, pid_t pid) { 67 static void dump_process_footer(log_t* log, pid_t pid) { 71 static void dump_thread(log_t* log, BacktraceMap* map, pid_t pid, pid_t tid) { 100 void dump_backtrace(int fd, BacktraceMap* map, pid_t pid, pid_t tid, 101 const std::set<pid_t>& siblings, std::string* amfd_data) { 109 for (pid_t sibling : siblings) {
|
signal_sender.h | 28 bool send_signal(pid_t pid, pid_t tid, int signal);
|
/system/core/libbacktrace/ |
BacktracePtrace.h | 29 BacktracePtrace(pid_t pid, pid_t tid, BacktraceMap* map) : Backtrace(pid, tid, map) {}
|
/system/netd/server/ |
ClatdController.h | 35 std::map<std::string, pid_t> mClatdPids; 36 pid_t getClatdPid(char* interface);
|
/development/ndk/platforms/android-9/include/ |
thread_db.h | 14 typedef pid_t lwpid_t; 71 pid_t pid; 77 pid_t pid; 78 pid_t tid;
|
/external/elfutils/backends/ |
linux-core-note.c | 93 FIELD (PID_T, pr_pid); 94 FIELD (PID_T, pr_ppid); 95 FIELD (PID_T, pr_pgrp); 96 FIELD (PID_T, pr_sid); 124 FIELD (PID_T, pr_pid); 125 FIELD (PID_T, pr_ppid); 126 FIELD (PID_T, pr_pgrp); 127 FIELD (PID_T, pr_sid); 154 FIELD (identity, PID_T, pid, 'd', .thread_identifier = true), 155 FIELD (identity, PID_T, ppid, 'd') [all...] |
/external/fio/ |
debug.c | 10 pid_t pid;
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/ |
thread_db.h | 14 typedef pid_t lwpid_t; 71 pid_t pid; 77 pid_t pid; 78 pid_t tid;
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/ |
thread_db.h | 14 typedef pid_t lwpid_t; 71 pid_t pid; 77 pid_t pid; 78 pid_t tid;
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/ |
thread_db.h | 14 typedef pid_t lwpid_t; 71 pid_t pid; 77 pid_t pid; 78 pid_t tid;
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/ |
thread_db.h | 14 typedef pid_t lwpid_t; 71 pid_t pid; 77 pid_t pid; 78 pid_t tid;
|