Lines Matching refs:process

64 namespace process = utils::process;
295 std::auto_ptr< process::child > child = process::child::fork_files( in do_inherit_test()
298 const process::status status = child->wait(); in do_inherit_test()
326 std::auto_ptr< process::child > child = process::child::fork_capture(hook); in child__fork_capture__ok()
342 process::status status = child->wait(); in child__fork_capture__ok()
368 std::auto_ptr< process::child > child = process::child::fork_capture( in ATF_TEST_CASE_BODY()
375 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
386 std::auto_ptr< process::child > child = process::child::fork_capture( in ATF_TEST_CASE_BODY()
388 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
397 process::detail::syscall_pipe = pipe_fail< 23 >; in ATF_TEST_CASE_BODY()
399 process::child::fork_capture(child_simple_function< 1, 'A' >); in ATF_TEST_CASE_BODY()
401 } catch (const process::system_error& e) { in ATF_TEST_CASE_BODY()
414 std::auto_ptr< process::child > child = process::child::fork_capture( in ATF_TEST_CASE_BODY()
422 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
434 std::auto_ptr< process::child > child = process::child::fork_capture( in ATF_TEST_CASE_BODY()
436 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
453 process::detail::syscall_fork = fork_fail< 89 >; in ATF_TEST_CASE_BODY()
455 process::child::fork_capture(child_simple_function< 1, 'A' >); in ATF_TEST_CASE_BODY()
457 } catch (const process::system_error& e) { in ATF_TEST_CASE_BODY()
470 std::auto_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY()
472 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
493 std::auto_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY()
495 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
516 std::auto_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY()
520 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
531 std::auto_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY()
534 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
560 std::auto_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY()
568 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
580 std::auto_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY()
583 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
600 process::detail::syscall_fork = fork_fail< 1234 >; in ATF_TEST_CASE_BODY()
602 process::child::fork_files(child_simple_function< 1, 'A' >, in ATF_TEST_CASE_BODY()
605 } catch (const process::system_error& e) { in ATF_TEST_CASE_BODY()
617 process::detail::syscall_open = open_fail< ENOENT >; in ATF_TEST_CASE_BODY()
618 std::auto_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY()
621 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
632 process::detail::syscall_open = open_fail< ENOENT >; in ATF_TEST_CASE_BODY()
633 std::auto_ptr< process::child > child = process::child::fork_files( in ATF_TEST_CASE_BODY()
636 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
653 std::auto_ptr< process::child > child = process::child::spawn_files( in ATF_TEST_CASE_BODY()
656 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
672 std::auto_ptr< process::child > child = process::child::spawn_files( in ATF_TEST_CASE_BODY()
675 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
690 std::auto_ptr< process::child > child = process::child::spawn_files( in ATF_TEST_CASE_BODY()
693 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
710 std::auto_ptr< process::child > child = process::child::spawn_capture( in ATF_TEST_CASE_BODY()
718 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
728 std::auto_ptr< process::child > child = process::child::spawn_capture( in ATF_TEST_CASE_BODY()
736 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
749 std::auto_ptr< process::child > child = process::child::spawn_capture( in ATF_TEST_CASE_BODY()
765 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
775 std::auto_ptr< process::child > child = process::child::spawn_capture( in ATF_TEST_CASE_BODY()
784 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()
793 std::auto_ptr< process::child > child = process::child::fork_capture( in ATF_TEST_CASE_BODY()
798 const process::status status = child->wait(); in ATF_TEST_CASE_BODY()