Lines Matching refs:child

275         std::unique_ptr< process::child > child = process::child::fork_files(  in do_inherit_test()  local
278 const process::status status = child->wait(); in do_inherit_test()
306 std::unique_ptr< process::child > child = process::child::fork_capture(hook); in child__fork_capture__ok() local
310 std::istream& output = child->output(); in child__fork_capture__ok()
322 process::status status = child->wait(); in child__fork_capture__ok()
350 process::child::fork_capture(child_simple_function< 1, 'A' >); in ATF_TEST_CASE_BODY()
365 std::unique_ptr< process::child > child = process::child::fork_capture( in ATF_TEST_CASE_BODY() local
373 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
385 std::unique_ptr< process::child > child = process::child::fork_capture( in ATF_TEST_CASE_BODY() local
387 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
406 process::child::fork_capture(child_simple_function< 1, 'A' >); in ATF_TEST_CASE_BODY()
421 std::unique_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
423 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
444 std::unique_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
446 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
484 std::unique_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
492 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
504 std::unique_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
507 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
526 process::child::fork_files(child_simple_function< 1, 'A' >, in ATF_TEST_CASE_BODY()
542 std::unique_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
545 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
557 std::unique_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY() local
560 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
577 std::unique_ptr< process::child > child = process::child::spawn_files( in ATF_TEST_CASE_BODY() local
580 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
596 std::unique_ptr< process::child > child = process::child::spawn_files( in ATF_TEST_CASE_BODY() local
599 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
614 std::unique_ptr< process::child > child = process::child::spawn_files( in ATF_TEST_CASE_BODY() local
617 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
634 std::unique_ptr< process::child > child = process::child::spawn_capture( in ATF_TEST_CASE_BODY() local
638 ATF_REQUIRE(std::getline(child->output(), line).good()); in ATF_TEST_CASE_BODY()
640 ATF_REQUIRE(!std::getline(child->output(), line)); in ATF_TEST_CASE_BODY()
642 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
652 std::unique_ptr< process::child > child = process::child::spawn_capture( in ATF_TEST_CASE_BODY() local
656 ATF_REQUIRE(std::getline(child->output(), line).good()); in ATF_TEST_CASE_BODY()
658 ATF_REQUIRE(!std::getline(child->output(), line)); in ATF_TEST_CASE_BODY()
660 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
673 std::unique_ptr< process::child > child = process::child::spawn_capture( in ATF_TEST_CASE_BODY() local
677 ATF_REQUIRE(std::getline(child->output(), line).good()); in ATF_TEST_CASE_BODY()
679 ATF_REQUIRE(std::getline(child->output(), line).good()); in ATF_TEST_CASE_BODY()
681 ATF_REQUIRE(std::getline(child->output(), line)); in ATF_TEST_CASE_BODY()
683 ATF_REQUIRE(std::getline(child->output(), line)); in ATF_TEST_CASE_BODY()
685 ATF_REQUIRE(std::getline(child->output(), line)); in ATF_TEST_CASE_BODY()
687 ATF_REQUIRE(!std::getline(child->output(), line)); in ATF_TEST_CASE_BODY()
689 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
699 std::unique_ptr< process::child > child = process::child::spawn_capture( in ATF_TEST_CASE_BODY() local
703 ATF_REQUIRE(std::getline(child->output(), line).good()); in ATF_TEST_CASE_BODY()
706 ATF_REQUIRE(!std::getline(child->output(), line)); in ATF_TEST_CASE_BODY()
708 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
717 std::unique_ptr< process::child > child = process::child::fork_capture( in ATF_TEST_CASE_BODY() local
720 const int pid = child->pid(); in ATF_TEST_CASE_BODY()
722 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()