Lines Matching defs:child

35 static const char test_child_name[] = "test-child";
402 unittest_printf("Test child starting.\n");
407 unittest_printf("Test child exiting.\n");
413 unittest_printf("Starting test child %s.\n", arg);
430 unittest_printf("Test child setup.\n");
438 unittest_printf("Test child started.\n");
474 zx_handle_t child, channel;
475 start_test_child(zx_job_default(), test_child_name, &child, &channel);
481 // There is no good way to do this test without having the child
486 terminate_process(child);
495 zx_handle_t child, channel;
496 start_test_child(zx_job_default(), test_child_name, &child, &channel);
504 terminate_process(child);
513 zx_handle_t child, channel;
514 start_test_child(zx_job_default(), test_child_name, &child, &channel);
526 // Wake the child up.
529 // The child sends a pass/fail message back as extra verification that
534 terminate_process(child);
543 zx_handle_t child, channel;
544 start_test_child(zx_job_default(), test_child_name, &child, &channel);
555 // Wake the child up.
558 // The child sends a pass/fail message back as extra verification that
562 terminate_process(child);
571 zx_handle_t child, channel;
572 start_test_child(zx_job_default(), test_child_name, &child, &channel);
581 // Don't continue until we see MSG_PROCEED, that tells us the child has
587 // Wake the child up.
590 // The child sends a pass/fail message back as extra verification that
594 terminate_process(child);
603 zx_handle_t child, channel;
604 start_test_child(zx_job_default(), test_child_name, &child, &channel);
616 // Don't continue until we see MSG_PROCEED, that tells us the child has
622 // Wake the child up.
627 // The child sends a pass/fail message back as extra verification that
631 terminate_process(child);
640 zx_handle_t child, channel;
641 start_test_child(zx_job_default(), test_child_name, &child, &channel);
657 // Wake the child up.
660 // The child sends a pass/fail message back as extra verification that
665 terminate_process(child);