Searched refs:process (Results 1 - 25 of 594) sorted by relevance

1234567891011>>

/freebsd-current/contrib/kyua/utils/process/
H A DMakefile.am.inc29 libutils_a_SOURCES += utils/process/child.cpp
30 libutils_a_SOURCES += utils/process/child.hpp
31 libutils_a_SOURCES += utils/process/child.ipp
32 libutils_a_SOURCES += utils/process/child_fwd.hpp
33 libutils_a_SOURCES += utils/process/deadline_killer.cpp
34 libutils_a_SOURCES += utils/process/deadline_killer.hpp
35 libutils_a_SOURCES += utils/process/deadline_killer_fwd.hpp
36 libutils_a_SOURCES += utils/process/exceptions.cpp
37 libutils_a_SOURCES += utils/process/exceptions.hpp
38 libutils_a_SOURCES += utils/process/executo
[all...]
H A Dchild_fwd.hpp29 /// \file utils/process/child_fwd.hpp
30 /// Forward declarations for utils/process/child.hpp
36 namespace process { namespace in namespace:utils
42 } // namespace process
H A Dstatus_fwd.hpp29 /// \file utils/process/status_fwd.hpp
30 /// Forward declarations for utils/process/status.hpp
36 namespace process { namespace in namespace:utils
42 } // namespace process
H A Ddeadline_killer_fwd.hpp29 /// \file utils/process/deadline_killer_fwd.hpp
30 /// Forward declarations for utils/process/deadline_killer.hpp
36 namespace process { namespace in namespace:utils
42 } // namespace process
H A Dsystembuf_fwd.hpp29 /// \file utils/process/systembuf_fwd.hpp
30 /// Forward declarations for utils/process/systembuf.hpp
36 namespace process { namespace in namespace:utils
42 } // namespace process
H A Dfdstream_fwd.hpp29 /// \file utils/process/fdstream_fwd.hpp
30 /// Forward declarations for utils/process/fdstream.hpp
36 namespace process { namespace in namespace:utils
42 } // namespace process
H A Dexceptions.cpp29 #include "utils/process/exceptions.hpp"
35 namespace process = utils::process;
41 process::error::error(const std::string& message) :
48 process::error::~error(void) throw()
57 process::system_error::system_error(const std::string& message_,
66 process::system_error::~system_error(void) throw()
73 process::system_error::original_errno(void) const throw()
82 process::timeout_error::timeout_error(const std::string& message_) :
89 process
[all...]
H A Ddeadline_killer.cpp29 #include "utils/process/deadline_killer.hpp"
32 #include "utils/process/operations.hpp"
35 namespace process = utils::process;
41 /// \param pid PID of the process (and process group) to kill.
42 process::deadline_killer::deadline_killer(const datetime::delta& delta,
51 process::deadline_killer::callback(void)
53 process::terminate_group(_pid);
H A Dfdstream.cpp29 #include "utils/process/fdstream.hpp"
32 #include "utils/process/systembuf.hpp"
36 namespace process { namespace in namespace:utils
51 } // namespace process
55 namespace process = utils::process;
63 process::ifdstream::ifdstream(const int fd) :
74 process::ifdstream::~ifdstream(void)
H A Dexecutor_fwd.hpp29 /// \file utils/process/executor_fwd.hpp
30 /// Forward declarations for utils/process/executor.hpp
36 namespace process { namespace in namespace:utils
46 } // namespace process
H A Dstatus.cpp29 #include "utils/process/status.hpp"
39 namespace process = utils::process;
51 /// \param dead_pid_ The PID of the process this status belonged to.
53 process::status::status(const int dead_pid_, int stat_loc) :
69 /// the process dumped core or not.
70 process::status::status(const optional< int >& exited_,
81 /// \param exitstatus_ The exit code of the process.
84 process::status
85 process
[all...]
H A Doperations.cpp29 #include "utils/process/operations.hpp"
47 #include "utils/process/exceptions.hpp"
48 #include "utils/process/system.hpp"
49 #include "utils/process/status.hpp"
54 namespace process = utils::process;
61 /// process to construct the arguments list, which would have side-effects in
71 /// \return The PID of the terminated process and its termination status.
73 /// \throw process::system_error If the call to wait(2) fails.
74 static process
[all...]
H A Doperations_test.cpp29 #include "utils/process/operations.hpp"
47 #include "utils/process/child.ipp"
48 #include "utils/process/exceptions.hpp"
49 #include "utils/process/status.hpp"
54 namespace process = utils::process;
60 /// Type of the process::exec() and process::exec_unsafe() functions.
61 typedef void (*exec_function)(const fs::path&, const process::args_vector&);
86 const process
[all...]
H A Dchild.cpp29 #include "utils/process/child.ipp"
49 #include "utils/process/exceptions.hpp"
50 #include "utils/process/fdstream.hpp"
51 #include "utils/process/operations.hpp"
52 #include "utils/process/system.hpp"
53 #include "utils/process/status.hpp"
59 namespace process { namespace in namespace:utils
64 /// The process identifier.
67 /// The input stream for the process' stdout and stderr. May be NULL.
68 std::auto_ptr< process
[all...]
H A Ddeadline_killer.hpp29 /// \file utils/process/deadline_killer.hpp
30 /// Timer to kill a process on activation.
35 #include "utils/process/deadline_killer_fwd.hpp"
40 namespace process { namespace in namespace:utils
43 /// Timer that forcibly kills a process group on activation.
45 /// PID of the process (and process group) to kill.
55 } // namespace process
H A Doperations_fwd.hpp29 /// \file utils/process/operations_fwd.hpp
30 /// Forward declarations for utils/process/operations.hpp
39 namespace process { namespace in namespace:utils
46 } // namespace process
H A Dexceptions_test.cpp29 #include "utils/process/exceptions.hpp"
38 namespace process = utils::process;
44 const process::error e("Some text");
52 const process::system_error e("Call failed", ENOENT);
/freebsd-current/contrib/atf/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&);
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DNativeThreadProtocol.cpp17 NativeThreadProtocol::NativeThreadProtocol(NativeProcessProtocol &process, argument
19 : m_process(process), m_tid(tid) {}
/freebsd-current/sys/contrib/libsodium/msvc-scripts/
H A DMakefile.am2 process.bat \
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DJITLoader.cpp18 void JITLoader::LoadPlugins(Process *process, JITLoaderList &list) { argument
24 JITLoaderSP instance_sp(create_callback(process, false));
30 JITLoader::JITLoader(Process *process) : m_process(process) {} argument
H A DMemoryHistory.cpp15 lldb::MemoryHistorySP MemoryHistory::FindPlugin(const ProcessSP process) { argument
22 MemoryHistorySP memory_history_sp(create_callback(process));
/freebsd-current/contrib/kyua/utils/
H A Dstacktrace.hpp40 #include "utils/process/executor_fwd.hpp"
41 #include "utils/process/status_fwd.hpp"
52 const utils::process::status&,
58 utils::process::executor::executor_handle&,
59 const utils::process::executor::exit_handle&);
62 utils::process::executor::executor_handle&,
63 const utils::process::executor::exit_handle&);
/freebsd-current/contrib/tcsh/
H A Dsh.proc.h35 * C shell - process structure declarations
39 * Structure for each process the shell knows about:
46 struct process { struct
47 struct process *p_next; /* next in global "proclist" */
48 struct process *p_friends; /* next in job list (or self) */
96 #define PDUMPED (1<<9) /* process dumped core */
101 #define PPTIME (1<<14) /* time individual process */
118 EXTERN struct process proclist IZERO_STRUCT;/* list head of all processes */
120 EXTERN struct process *pholdjob IZERO; /* one level stack of current jobs */
122 EXTERN struct process *pcurrjo
[all...]

Completed in 295 milliseconds

1234567891011>>