OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Aug 06 00:25:04 UTC 2026