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

1234567891011>>

/netbsd-current/external/bsd/atf/dist/atf-c++/
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 Dcheck.hpp44 namespace process { namespace in namespace:atf
46 } // namespace process
78 friend std::unique_ptr< check_result > exec(const atf::process::argv_array&);
122 const atf::process::argv_array&);
124 const atf::process::argv_array&);
126 const atf::process::argv_array&);
127 std::unique_ptr< check_result > exec(const atf::process::argv_array&);
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_cast<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...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/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 Dfdstream.cpp29 #include "utils/process/fdstream.hpp"
31 #include "utils/process/systembuf.hpp"
35 namespace process { namespace in namespace:utils
50 } // namespace process
54 namespace process = utils::process;
62 process::ifdstream::ifdstream(const int fd) :
73 process::ifdstream::~ifdstream(void)
H A Dstatus.cpp29 #include "utils/process/status.hpp"
38 namespace process = utils::process;
50 /// \param dead_pid_ The PID of the process this status belonged to.
52 process::status::status(const int dead_pid_, int stat_loc) :
68 /// the process dumped core or not.
69 process::status::status(const optional< int >& exited_,
80 /// \param exitstatus_ The exit code of the process.
83 process::status
84 process
[all...]
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);
H A Dchild.cpp29 #include "utils/process/child.ipp"
50 #include "utils/process/exceptions.hpp"
51 #include "utils/process/fdstream.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::unique_ptr< process::ifdstream > _output;
72 /// \param pid The process identifie
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/msvc-scripts/
H A DMakefile.am2 process.bat \
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/man/
H A Dmsgexec.x2 msgexec \- process translations of message catalog
/netbsd-current/bin/csh/
H A Dproc.h38 * Structure for each process the shell knows about:
45 struct process { struct
46 struct process *p_next; /* next in global "proclist" */
47 struct process *p_friends; /* next in job list (or self) */
71 #define PDUMPED (1<<9) /* process dumped core */
76 #define PPTIME (1<<14) /* time individual process */
93 extern struct process proclist; /* list head of all processes */
96 extern struct process *pholdjob; /* one level stack of current jobs */
98 extern struct process *pcurrjob; /* current job */
99 extern struct process *pcurren
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dnested-subp3.c22 extern void process (callback_t cb);
32 process (callback_t cb) function
56 process (&child);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dnested-subp3.c22 extern void process (callback_t cb);
32 process (callback_t cb) function
56 process (&child);
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cris/c/
H A Dclone5.c19 process (void *arg) function
30 retcode = clone (process, (char *) stack + sizeof (stack) - 64, 0, "cba");
H A Dsig11.c18 process (void *arg) function
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
H A Dsig4.c16 process (void *arg) function
26 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
H A Dsig6.c18 process (void *arg) function
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Ddisasm-func-name.cc37 void process (A *obj, int num) function
46 process (&a, 2);
/netbsd-current/usr.sbin/mopd/mopd/
H A DMakefile6 SRCS= mopd.c process.c
12 COPTS.process.c+= -Wno-pointer-sign ${CC_WNO_FORMAT_TRUNCATION}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Ddisasm-func-name.cc37 void process (A *obj, int num) function
46 process (&a, 2);
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dclone5.c19 process (void *arg) function
30 retcode = clone (process, (char *) stack + sizeof (stack) - 64, 0, "cba");
H A Dsig11.c18 process (void *arg) function
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
H A Dsig4.c16 process (void *arg) function
26 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
H A Dsig6.c18 process (void *arg) function
28 if (pthread_create (&th_a, NULL, process, (void *) "a") == 0)
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dinferiors.cc1 /* Inferior process information for the remote server for GDB.
29 /* The current process. */
77 find_thread_process (const struct process_info *const process)
79 return find_any_thread_of_pid (process->pid);
144 process_info *process = new process_info (pid, attached);
146 all_processes.push_back (process);
148 return process;
151 /* Remove a process from the common process list and free the memory
156 remove_process (struct process_info *process)
[all...]

Completed in 284 milliseconds

1234567891011>>