Home | History | Annotate | Download | only in tests

Lines Matching defs:pid

63     pid_t pid;
83 pid = fork();
84 if (pid == -1)
85 return pid;
86 if (pid == 0) {
101 kill(pid, SIGKILL);
110 return pid;
127 //printf("%s: pid %d, get service\n", __func__, m_pid);
130 //printf("%s: pid %d, get service done\n", __func__, m_pid);
136 pid_t pid;
138 //printf("%s: pid %d\n", __func__, m_pid);
147 pid = wait(&exitStatus);
148 EXPECT_EQ(m_serverpid, pid);