HomeSort by: relevance | last modified time | path
    Searched defs:fork_and_wait (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/process/
status_test.cpp 75 fork_and_wait(void (*hook)(void)) function in namespace:__anon7003
121 const status exit_success = fork_and_wait(child_exit< EXIT_SUCCESS >);
126 const status exit_failure = fork_and_wait(child_exit< EXIT_FAILURE >);
136 const status sigterm = fork_and_wait(child_signal< SIGTERM >);
142 const status sigkill = fork_and_wait(child_signal< SIGKILL >);
159 const status coredump = fork_and_wait(child_signal< SIGQUIT >);
  /src/external/bsd/atf/dist/atf-c/
check.c 172 fork_and_wait(const char *const *argv, const atf_fs_path_t *outfile, function
274 err = fork_and_wait(argv, NULL, NULL, &status);
476 err = fork_and_wait(argv, &r->pimpl->m_stdout, &r->pimpl->m_stderr,
utils_test.c 384 fork_and_wait(const int exitstatus, const char* expout, const char* experr) function
402 fork_and_wait(123, "Some output\n", "Some error\n");
417 fork_and_wait(120, "Some output\n", "Some error\n");
432 fork_and_wait(123, "Some output foo\n", "Some error\n");
447 fork_and_wait(123, "Some output\n", "Some error foo\n");
462 fork_and_wait(123, "save:my-output.txt", "Some error\n");
479 fork_and_wait(123, "Some output\n", "save:my-output.txt");
  /src/external/bsd/atf/dist/atf-c++/
utils_test.cpp 329 fork_and_wait(const int exitstatus, const char* expout, const char* experr) function
347 fork_and_wait(123, "Some output\n", "Some error\n");
362 fork_and_wait(120, "Some output\n", "Some error\n");
377 fork_and_wait(123, "Some output foo\n", "Some error\n");
392 fork_and_wait(123, "Some output\n", "Some error foo\n");
407 fork_and_wait(123, "save:my-output.txt", "Some error\n");
424 fork_and_wait(123, "Some output\n", "save:my-output.txt");

Completed in 17 milliseconds