Lines Matching full:process
29 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/executor.cpp
39 libutils_a_SOURCES += utils/process/executor.hpp
40 libutils_a_SOURCES += utils/process/executor.ipp
41 libutils_a_SOURCES += utils/process/executor_fwd.hpp
42 libutils_a_SOURCES += utils/process/fdstream.cpp
43 libutils_a_SOURCES += utils/process/fdstream.hpp
44 libutils_a_SOURCES += utils/process/fdstream_fwd.hpp
45 libutils_a_SOURCES += utils/process/isolation.cpp
46 libutils_a_SOURCES += utils/process/isolation.hpp
47 libutils_a_SOURCES += utils/process/operations.cpp
48 libutils_a_SOURCES += utils/process/operations.hpp
49 libutils_a_SOURCES += utils/process/operations_fwd.hpp
50 libutils_a_SOURCES += utils/process/status.cpp
51 libutils_a_SOURCES += utils/process/status.hpp
52 libutils_a_SOURCES += utils/process/status_fwd.hpp
53 libutils_a_SOURCES += utils/process/system.cpp
54 libutils_a_SOURCES += utils/process/system.hpp
55 libutils_a_SOURCES += utils/process/systembuf.cpp
56 libutils_a_SOURCES += utils/process/systembuf.hpp
57 libutils_a_SOURCES += utils/process/systembuf_fwd.hpp
60 tests_utils_processdir = $(pkgtestsdir)/utils/process
62 tests_utils_process_DATA = utils/process/Kyuafile
65 tests_utils_process_PROGRAMS = utils/process/child_test
66 utils_process_child_test_SOURCES = utils/process/child_test.cpp
70 tests_utils_process_PROGRAMS += utils/process/deadline_killer_test
72 utils/process/deadline_killer_test.cpp
76 tests_utils_process_PROGRAMS += utils/process/exceptions_test
77 utils_process_exceptions_test_SOURCES = utils/process/exceptions_test.cpp
81 tests_utils_process_PROGRAMS += utils/process/executor_test
82 utils_process_executor_test_SOURCES = utils/process/executor_test.cpp
86 tests_utils_process_PROGRAMS += utils/process/executor_pid_test
87 utils_process_executor_pid_test_SOURCES = utils/process/executor_pid_test.cpp
91 tests_utils_process_PROGRAMS += utils/process/fdstream_test
92 utils_process_fdstream_test_SOURCES = utils/process/fdstream_test.cpp
96 tests_utils_process_PROGRAMS += utils/process/isolation_test
97 utils_process_isolation_test_SOURCES = utils/process/isolation_test.cpp
101 tests_utils_process_PROGRAMS += utils/process/helpers
102 utils_process_helpers_SOURCES = utils/process/helpers.cpp
104 tests_utils_process_PROGRAMS += utils/process/operations_test
105 utils_process_operations_test_SOURCES = utils/process/operations_test.cpp
109 tests_utils_process_PROGRAMS += utils/process/status_test
110 utils_process_status_test_SOURCES = utils/process/status_test.cpp
114 tests_utils_process_PROGRAMS += utils/process/systembuf_test
115 utils_process_systembuf_test_SOURCES = utils/process/systembuf_test.cpp