Lines Matching defs:pid
93 pid_t pid = fork();
94 if (!pid) {
95 printf("pid = %d, thread id= %d start\n", getpid(), pid);
124 printf("pid = %d, thread id= %d end\n", getpid(), pid);
136 pid_t pid = fork();
137 if (!pid) {
138 printf("pid = %d, thread id= %d start\n", getpid(), pid);
168 printf("pid = %d, thread id= %d end\n", getpid(), pid);