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

  /src/external/bsd/kyua-cli/dist/utils/process/
status_test.cpp 83 int stat_loc; local
84 ATF_REQUIRE(::waitpid(pid, &stat_loc, 0) != -1);
85 const status s = status(pid, stat_loc);
child.cpp 146 int stat_loc; local
147 if (process::detail::syscall_waitpid(pid, &stat_loc, 0) == -1) {
152 return process::status(pid, stat_loc);

Completed in 24 milliseconds