Home | History | Annotate | Download | only in base

Lines Matching refs:fork

516   pid = fork();
518 PLOG(ERROR) << "fork";
524 // DANGER: fork
898 switch (pid = fork()) {
911 // Obscure fork() rule: in the child, if you don't end up doing exec*(),