HomeSort by: relevance | last modified time | path
    Searched refs:kyua_run_wait (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/kyua-testers/dist/
run.h 77 kyua_error_t kyua_run_wait(const pid_t, int*, bool*);
atf_main.c 188 error = kyua_run_wait(pid, &status, &timed_out);
314 error = kyua_run_wait(pid, &status, &timed_out);
410 error = kyua_run_wait(pid, &status, &timed_out);
plain_main.c 161 error = kyua_run_wait(pid, &status, &timed_out);
run_test.c 248 /// \return Returns the error code of kyua_run_wait (which should have the
262 error = kyua_run_wait(pid, &status, &timed_out);
297 error = kyua_run_wait(pid, &status, &timed_out);
379 error = kyua_run_wait(pid, &status, &timed_out);
433 // kyua_run_wait will fail. Avoid this.
467 kyua_run_wait(pid, &status, &timed_out);
728 RE(kyua_run_wait(pid, &status, &timed_out));
stacktrace.c 337 error = kyua_run_wait(pid, &status, &timed_out);
stacktrace_test.c 104 RE_MSG(kyua_run_wait(pid, &status, &timed_out),
run.c 398 /// kyua_run_wait so that the various return codes of the exec system call are
420 /// The created subprocess must be waited for with kyua_run_wait().
467 kyua_run_wait(const pid_t pid, int* status, bool* timed_out) function

Completed in 26 milliseconds