Searched refs:process (Results 1 - 25 of 311) sorted by path

1234567891011>>

/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex43 % To process a Texinfo manual with TeX, it's most reliable to use the
/freebsd-10.0-release/contrib/apr-util/dbd/
H A Dapr_dbd_freetds.c541 DBPROCESS *process; local
607 process = dbopen(login, server);
609 if (process != NULL && databaseName != NULL)
611 dbuse(process, databaseName);
615 if (process == NULL) {
619 return process;
626 DBPROCESS *process = freetds_open(pool, params, error); local
627 if (process == NULL) {
632 sql->proc = process;
/freebsd-10.0-release/contrib/apr/
H A Dapr-config.in85 and --ldflags in their build process.
H A Dconfigure6914 # process-shared mutexes don't seem to work in Tru64 5.0
14985 *** You will then need to restart the configuration process.
15057 # consuming and fragmenting process. To avoid this, we pick a random,
22433 process.h \
22510 process.h \
25297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for robust cross-process mutex support" >&5
25298 $as_echo_n "checking for robust cross-process mutex support... " >&6; }
25559 # POSIX semaphores and cross-process pthread mutexes are not
25561 # e.g. a process holding the mutex segfaults.
25881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if POSIX sems affect threads in the same process" >
[all...]
/freebsd-10.0-release/contrib/apr/include/
H A Dapr.hw25 * And please, make an effort to stub apr.hnw and apr.h.in in the process.
235 #include <process.h>
/freebsd-10.0-release/contrib/atf/admin/
H A Dltmain.sh546 # Bail out if we (or some other process) failed to create a directory.
2159 This indicates that another process is trying to use the same
2213 This indicates that another process is trying to use the same
2262 This indicates that another process is trying to use the same
4160 # include <process.h>
4530 /* failed to start process */
/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dbuild.cpp39 #include "detail/process.hpp"
49 atf::process::argv_array
58 return atf::process::argv_array(aux);
62 atf::process::argv_array
66 atf::process::argv_array argv((const char* const*)l);
79 atf::process::argv_array
81 const atf::process::argv_array& optargs)
93 atf::process::argv_array
95 const atf::process::argv_array& optargs)
107 atf::process
[all...]
H A Dbuild.hpp37 namespace process { namespace in namespace:atf
39 } // namespace process
47 process::argv_array c_o(const std::string&, const std::string&,
48 const process::argv_array&);
49 process::argv_array cpp(const std::string&, const std::string&,
50 const process::argv_array&);
51 process::argv_array cxx_o(const std::string&, const std::string&,
52 const process::argv_array&);
H A Dbuild_test.cpp40 #include "detail/process.hpp"
84 equal_argvs(const atf::process::argv_array& aa, const char* const* array)
88 atf::process::argv_array::size_type i = 0;
104 check_equal_argvs(const atf::process::argv_array& aa, const char* const* array)
128 ATF_REQUIRE(equal_argvs(atf::process::argv_array(argv), array));
135 ATF_REQUIRE(!equal_argvs(atf::process::argv_array(argv), array));
142 ATF_REQUIRE(!equal_argvs(atf::process::argv_array(argv), array));
149 ATF_REQUIRE(equal_argvs(atf::process::argv_array(argv), array));
173 atf::process::argv_array argv =
175 atf::process
[all...]
H A Dcheck.cpp40 #include "detail/process.hpp"
108 const atf::process::argv_array& optargs)
122 const atf::process::argv_array& optargs)
136 const atf::process::argv_array& optargs)
149 impl::exec(const atf::process::argv_array& argva)
H A Dcheck.hpp46 namespace process { namespace in namespace:atf
48 } // namespace process
76 friend std::auto_ptr< check_result > exec(const atf::process::argv_array&);
120 const atf::process::argv_array&);
122 const atf::process::argv_array&);
124 const atf::process::argv_array&);
125 std::auto_ptr< check_result > exec(const atf::process::argv_array&);
H A Dcheck_test.cpp51 #include "detail/process.hpp"
68 atf::process::argv_array argva(argv);
83 atf::process::argv_array argva(argv);
103 atf::process::argv_array()));
118 atf::process::argv_array()));
135 atf::process::argv_array()));
150 atf::process::argv_array()));
165 atf::process::argv_array()));
180 atf::process::argv_array()));
325 "and stderr streams of the child process");
[all...]
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A DMakefile.am.inc42 atf-c++/detail/process.cpp \
43 atf-c++/detail/process.hpp \
H A Dprocess.cpp35 #include "../../atf-c/detail/process.h"
41 #include "process.hpp"
44 namespace detail = atf::process::detail;
45 namespace impl = atf::process;
46 #define IMPL_NAME "atf::process"
344 // This is a weird hack to ensure that the output of the parent process
351 // iostreams, so we cannot do it from the C library where all the process
H A Dprocess.hpp38 #include "../../atf-c/detail/process.h"
50 namespace process { namespace in namespace:atf
277 } // namespace process
H A Dprocess_test.cpp35 #include "process.hpp"
61 atf::process::status
64 using atf::process::exec;
71 atf::process::argv_array(argv),
72 atf::process::stream_inherit(),
73 atf::process::stream_inherit());
90 atf::process::argv_array argv(carray);
97 atf::process::argv_array argv(carray);
105 atf::process::argv_array argv(carray);
124 atf::process
[all...]
H A Dtest_helpers.cpp44 #include "process.hpp"
57 sfile.str(), "test.o", atf::process::argv_array(optargs));
H A Dtest_helpers.hpp44 #include "process.hpp"
117 atf::process::child c = atf::process::fork(
119 atf::process::stream_redirect_path(atf::fs::path("stdout")),
120 atf::process::stream_redirect_path(atf::fs::path("stderr")),
122 const atf::process::status s = c.wait();
/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A DMakefile.am.inc40 atf-c/detail/process.c \
41 atf-c/detail/process.h \
H A Dprocess_test.c47 #include "process.h"
75 void (*process)(void *, atf_process_child_t *); member in struct:base_stream
88 .process = phook, \
427 if (outfs->process != NULL)
428 outfs->process(out, &child);
429 if (errfs->process != NULL)
430 errfs->process(err, &child);
836 /* Wait until the child process performs the wait call. This is
/freebsd-10.0-release/contrib/atf/atf-run/
H A Datf-run.cpp59 #include "atf-c++/detail/process.hpp"
101 const atf::process::status&, const atf::fs::path&) const;
122 dump_stacktrace(const atf::fs::path& tp, const atf::process::status& s,
138 const atf::process::argv_array args(gdb.leaf_name().c_str(), "-batch",
141 atf::process::status status = atf::process::exec(
143 atf::process::stream_redirect_path(gdbout),
144 atf::process::stream_redirect_path(atf::fs::path("/dev/null")),
267 const atf::process::status& s,
440 std::pair< std::string, const atf::process
[all...]
H A Dfs.cpp47 #include "atf-c++/detail/process.hpp"
188 atf::process::argv_array argv("umount", abs_path.c_str(), NULL);
190 atf::process::status s = atf::process::exec(prog, argv,
191 atf::process::stream_inherit(), atf::process::stream_inherit());
H A Dmisc_helpers.cpp48 #include "atf-c++/detail/process.hpp"
154 const atf::process::status s =
155 atf::process::exec(atf::fs::path("env"),
156 atf::process::argv_array("env", NULL),
157 atf::process::stream_inherit(),
158 atf::process::stream_inherit());
352 // Don't wait for the child process and let atf-run deal with it.
354 std::cout << "Parent process exiting\n";
H A Dsignals.cpp86 impl::signal_holder::process(void) function in class:impl::signal_holder
H A Dsignals.hpp60 void process(void);

Completed in 383 milliseconds

1234567891011>>