Searched refs:grandchildPid (Results 1 – 1 of 1) sorted by relevance
750 pid_t grandchildPid = getpid_(); in PdforkParentDeath() local751 …EXPECT_EQ(sizeof(grandchildPid), (size_t)write(pipefds[1], &grandchildPid, sizeof(grandchildPid))); in PdforkParentDeath()753 if (verbose) fprintf(stderr, " [%d] grandchild: \"I aten't dead\"\n", grandchildPid); in PdforkParentDeath()