Searched defs:process (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/
H A Dbuild.hpp33 namespace process { namespace in namespace:atf
35 } // namespace process
43 process::argv_array c_o(const std::string&, const std::string&,
44 const process::argv_array&);
45 process::argv_array cpp(const std::string&, const std::string&,
46 const process::argv_array&);
47 process::argv_array cxx_o(const std::string&, const std::string&,
48 const process::argv_array&);
H A Dcheck.hpp40 namespace process { namespace in namespace:atf
42 } // namespace process
74 friend std::auto_ptr< check_result > exec(const atf::process::argv_array&);
118 const atf::process::argv_array&);
120 const atf::process::argv_array&);
122 const atf::process::argv_array&);
123 std::auto_ptr< check_result > exec(const atf::process::argv_array&);
/bind-9.11.3/unit/atf-src/tools/
H A Dsignals.cpp85 impl::signal_holder::process(void) function in class:impl::signal_holder
H A Dprocess.hpp50 namespace process { namespace in namespace:tools
274 throw system_error("tools::process::child::fork",
321 } // namespace process
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp32 #include <atf-c/detail/process.h>
44 namespace process { namespace in namespace:atf
271 } // namespace process
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess_test.c26 #include "atf-c/detail/process.h"
71 void (*process)(void *, atf_process_child_t *); member in struct:base_stream
84 .process = phook, \
423 if (outfs->process != NULL)
424 outfs->process(out, &child);
425 if (errfs->process != NULL)
426 errfs->process(err, &child);
832 /* Wait until the child process performs the wait call. This is
/bind-9.11.3/lib/dns/
H A Dadb.c1473 isc_boolean_t process; local
1485 process = ISC_FALSE;
1494 process = ISC_TRUE;
1502 process = ISC_TRUE;
1506 process = ISC_TRUE;
1509 if (process) {

Completed in 84 milliseconds