Lines Matching refs:pid
52 uint32_t pid; in send_request()
139 ivs[0].iov_base = &pid; in send_request()
140 ivs[0].iov_len = sizeof(pid); in send_request()
156 pid = ntohl(pid); in send_request()
158 return pid; in send_request()
165 int pid; in zygote_run_wait() local
181 pid = send_request(fd, 1, argc + 1, newargv); in zygote_run_wait()
183 if (pid > 0 && post_run_func != NULL) { in zygote_run_wait()
184 post_run_func(pid); in zygote_run_wait()
222 int pid; in zygote_run_oneshot() local
245 pid = send_request(fd, 0, newargc, newargv); in zygote_run_oneshot()
251 return pid; in zygote_run_oneshot()