Home | History | Annotate | Download | only in gdb.base

Lines Matching refs:pid

26   int pid;
28 pid = vfork ();
29 if (pid == -1)
33 else if (pid != 0)
41 pid = vfork ();
42 if (pid == -1)
46 else if (pid != 0)
54 pid = vfork ();
55 if (pid == -1)
59 else if (pid != 0)