Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 25 of 53) sorted by relevance

123

/bionic/tests/
Dsys_select_test.cpp52 static void DelayedWrite(int* pid, int* fd) { in DelayedWrite()
69 static void DelayedWriteCleanup(int pid, int fd) { in DelayedWriteCleanup()
115 int pid, fd; in TEST() local
170 int pid, fd; in TEST() local
Dspawn_test.cpp194 pid_t pid; in TEST() local
202 pid_t pid; in TEST() local
210 pid_t pid; in TEST() local
218 pid_t pid; in TEST() local
227 pid_t pid; in TEST() local
248 pid_t pid; in TEST() local
280 pid_t pid; in CatFileToString() local
291 pid_t pid; member
464 pid_t pid = fork(); in TEST() local
Dpthread_dlfcn_test.cpp59 pid_t pid = fork(); in TEST() local
102 pid_t pid = fork(); in TEST() local
Dstdio_ext_test.cpp220 static void LockingByCallerHelper(std::atomic<pid_t>* pid) { in LockingByCallerHelper()
231 std::atomic<pid_t> pid(0); in TEST() local
Dsys_ptrace_test.cpp51 explicit ChildGuard(pid_t pid) : pid(pid) {} in ChildGuard()
60 pid_t pid; member in ChildGuard
496 static void wait_for_ptrace_stop(pid_t pid) { in wait_for_ptrace_stop()
Dpty_test.cpp58 pid_t pid = forkpty(&master, nullptr, nullptr, nullptr); in TEST() local
/bionic/libc/bionic/
Dtermios.cpp39 pid_t pid; in tcgetpgrp() local
44 int tcsetpgrp(int fd, pid_t pid) { in tcsetpgrp()
Draise.cpp37 pid_t pid = syscall(__NR_getpid); in raise() local
Dclock_getcpuclockid.cpp34 int clock_getcpuclockid(pid_t pid, clockid_t* clockid) { in clock_getcpuclockid()
Dsched_getaffinity.cpp35 int sched_getaffinity(pid_t pid, size_t set_size, cpu_set_t* set) { in sched_getaffinity()
Dptrace.cpp40 pid_t pid = va_arg(args, pid_t); in ptrace() local
Dwait.cpp38 pid_t waitpid(pid_t pid, int* status, int options) { in waitpid()
Dsystem.cpp69 pid_t pid = TEMP_FAILURE_RETRY(waitpid(child, &status, 0)); in system() local
Dspawn.cpp151 pid_t pid = use_vfork ? vfork() : fork(); in posix_spawn() local
168 int posix_spawn(pid_t* pid, const char* path, const posix_spawn_file_actions_t* actions, in posix_spawn()
173 int posix_spawnp(pid_t* pid, const char* file, const posix_spawn_file_actions_t* actions, in posix_spawnp()
Dpty.cpp158 pid_t pid = fork(); in forkpty() local
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp69 static void Exec(const char* test_name, const char* debug_options, pid_t* pid, int exit_code = 0, in Exec()
157 static void GetLogStr(pid_t pid, std::string* log_str, log_id log = LOG_ID_MAIN) { in GetLogStr()
196 static void FindStrings(pid_t pid, std::vector<const char*> match_strings, in FindStrings()
230 pid_t pid; in TEST() local
432 pid_t pid; in VerifyLeak() local
482 pid_t pid; in TEST() local
521 pid_t pid; in TEST() local
530 pid_t pid; in TEST() local
566 pid_t pid; in TEST() local
/bionic/libc/kernel/uapi/linux/
Dif_pppol2tp.h26 __kernel_pid_t pid; member
33 __kernel_pid_t pid; member
40 __kernel_pid_t pid; member
47 __kernel_pid_t pid; member
Ddlm_plock.h38 __u32 pid; member
Dblktrace_api.h99 __u32 pid; member
123 __u32 pid; member
/bionic/libc/kernel/uapi/linux/dvb/
Dnet.h23 __u16 pid; member
33 __u16 pid; member
Ddmx.h68 __u16 pid; member
77 __u16 pid; member
/bionic/libc/private/
Dbionic_inline_raise.h41 pid_t pid = syscall(__NR_getpid); variable
/bionic/libc/include/android/
Dlegacy_sys_wait_inlines.h41 static __inline pid_t wait4(pid_t pid, int* status, int options, struct rusage* rusage) { in wait4()
/bionic/benchmarks/
Dunistd_benchmark.cpp43 pid_t pid; in BM_unistd_fork_call() local
/bionic/libc/upstream-openbsd/android/include/
Darc4random.h49 pid_t pid = getpid(); in _rs_forkdetect() local

123