Home
last modified time | relevance | path

Searched full:execution (Results 1 – 25 of 967) sorted by relevance

12345678910>>...39

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dtimer.hpp4 #include <sdbusplus/async/execution.hpp>
31 template <execution::receiver R>
44 execution::set_value(std::move(self->receiver)); in handler()
49 friend auto tag_invoke(execution::start_t, sleep_operation& self) noexcept in tag_invoke()
58 execution::set_error(std::move(self.receiver), in tag_invoke()
88 friend auto tag_invoke(execution::get_completion_signatures_t,
90 -> execution::completion_signatures<
91 execution::set_value_t(),
92 execution::set_error_t(std::exception_ptr),
93 execution::set_stopped_t()>;
[all …]
H A Dfdio.hpp4 #include <sdbusplus/async/execution.hpp>
73 friend void tag_invoke(execution::start_t, fdio_completion& self) noexcept in tag_invoke()
89 template <execution::receiver Receiver>
99 execution::set_value(std::move(receiver)); in complete()
104 execution::set_error(std::move(receiver), exceptionPtr); in error()
109 execution::set_stopped(std::move(receiver)); in stop()
124 friend auto tag_invoke(execution::get_completion_signatures_t,
126 -> execution::completion_signatures<
127 execution::set_value_t(),
128 execution::set_error_t(std::exception_ptr),
[all …]
H A Dmutex.hpp3 #include <sdbusplus/async/execution.hpp>
88 friend void tag_invoke(execution::start_t, mutex_completion& self) noexcept in tag_invoke()
102 template <execution::receiver Receiver>
112 execution::set_value(std::move(receiver)); in complete()
117 execution::set_stopped(std::move(receiver)); in stop()
132 friend auto tag_invoke(execution::get_completion_signatures_t,
134 -> execution::completion_signatures<execution::set_value_t(),
135 execution::set_stopped_t()>;
137 template <execution::receiver R>
138 friend auto tag_invoke(execution::connect_t, mutex_sender&& self, R r) in tag_invoke()
H A Dcallback.hpp5 #include <sdbusplus/async/execution.hpp>
60 template <takes_msg_handler Init, execution::receiver R>
92 execution::set_value(std::move(self.receiver), std::move(msg)); in handler()
96 execution::set_error(std::move(self.receiver), in handler()
103 friend void tag_invoke(execution::start_t, in tag_invoke()
116 execution::set_error(std::move(self.receiver), in tag_invoke()
140 friend auto tag_invoke(execution::get_completion_signatures_t,
142 -> execution::completion_signatures<execution::set_value_t(message_t),
143 execution::set_stopped_t()>;
145 template <execution::receiver R>
[all …]
H A Dmatch.hpp3 #include <sdbusplus/async/execution.hpp>
89 friend void tag_invoke(execution::start_t, match_completion& self) noexcept in tag_invoke()
103 template <execution::receiver Receiver>
113 execution::set_value(std::move(receiver), std::move(msg)); in complete()
118 execution::set_stopped(std::move(receiver)); in stop()
132 friend auto tag_invoke(execution::get_completion_signatures_t,
134 -> execution::completion_signatures<execution::set_value_t(message_t),
135 execution::set_stopped_t()>;
137 template <execution::receiver R>
138 friend auto tag_invoke(execution::connect_t, match_sender&& self, R r) in tag_invoke()
[all …]
H A Dexecution.hpp19 #include <sdbusplus/async/stdexec/execution.hpp>
22 // Add std::execution as sdbusplus::async::execution so that we can simplify
26 namespace execution = stdexec;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/asio/asio/
H A D0001-tests-Remove-blocking_adaptation.cpp.patch7 ../../../asio-1.30.2/src/tests/../../include/asio/execution/blocking_adaptation.hpp:216:13: error: …
10 …/../include/asio/execution/blocking_adaptation.hpp:213:29: note: in instantiation of exception spe…
29 unit/execution/any_executor \
30 unit/execution/blocking \
31 - unit/execution/blocking_adaptation \
32 unit/execution/context_as \
33 unit/execution/executor \
34 unit/execution/invocable_archetype \
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_conf.robot11 Suite Setup Suite Setup Execution
12 Suite Teardown Suite Teardown Execution
13 Test Setup Test Setup Execution
14 Test Teardown Test Teardown Execution
152 ... Delete IP Address ${test_ipv4_addr} AND Test Teardown Execution
202 ... Delete IP Address ${test_ipv4_addr} AND Test Teardown Execution
217 ... Delete IP Address 10.7.7.254 AND Test Teardown Execution
225 ... Delete IP Address 10.7.7.1 AND Test Teardown Execution
233 ... Delete IP Address 10.7.255.7 AND Test Teardown Execution
241 ... Delete IP Address 10.7.0.7 AND Test Teardown Execution
[all …]
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmi_multiple_interfaces.robot10 Suite Setup Suite Setup Execution
11 Suite Teardown Run Keyword And Ignore Error Suite Teardown Execution
31 [Teardown] Test Teardown Execution
41 [Teardown] Test Teardown Execution
53 ... AND Test Teardown Execution
67 ... AND Test Teardown Execution
82 ... AND Test Teardown Execution
92 Suite Setup Execution
93 [Documentation] Do suite setup execution task.
100 Test Teardown Execution
[all …]
/openbmc/openbmc-test-automation/gui/test/server_control/
H A Dtest_obmc_gui_server_power_operations.robot26 [Setup] Setup For Test Execution ${OBMC_PowerOff_state}
34 [Setup] Setup For Test Execution ${OBMC_PowerOff_state}
42 [Setup] Setup For Test Execution ${OBMC_PowerOff_state}
50 [Setup] Setup For Test Execution ${OBMC_PowerOff_state}
58 [Setup] Setup For Test Execution ${OBMC_PowerOff_state}
66 [Setup] Setup For Test Execution ${obmc_PowerRunning_state}
74 [Setup] Setup For Test Execution ${obmc_PowerRunning_state}
82 [Setup] Setup For Test Execution ${obmc_PowerRunning_state}
120 Setup For Test Execution
127 Test Setup Execution ${obmc_required_state}
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_service.robot9 Suite Setup Suite Setup Execution
10 Suite teardown Suite Teardown Execution
12 Test Setup Test Setup Execution
13 Test Teardown Test Teardown Execution
54 Suite Setup Execution
63 Suite Teardown Execution
70 Test Setup Execution
83 Test Teardown Execution
/openbmc/qemu/tests/functional/qemu_test/
H A Ddecorators.py14 Decorator to skip execution of a test if the list
31 Decorator to skip execution of a test if the current
44 Decorator to skip execution of a test if the current
57 Decorator to skip execution of flaky tests, unless
77 Decorator to skip execution of tests which are likely
90 Decorator to skip execution of tests which need large
104 Decorator to skip execution of tests which have a really long
118 Decorator to skip execution of a test if the list
137 Decorator to skip execution of a test if the system's
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_power_control_metrics.robot9 Suite Setup Suite Setup Execution
10 Suite Teardown Suite Teardown Execution
12 Test Teardown Test Teardown Execution
47 Suite Teardown Execution
53 Suite Setup Execution
61 Test Teardown Execution
H A Dtest_power_voltage_readings.robot9 Suite Setup Suite Setup Execution
10 Suite Teardown Suite Teardown Execution
12 Test Teardown Test Teardown Execution
64 Suite Teardown Execution
70 Suite Setup Execution
78 Test Teardown Execution
H A Dtest_thermal_ambient_temperatures.robot12 Suite Setup Suite Setup Execution
13 Suite Teardown Suite Teardown Execution
15 Test Teardown Test Teardown Execution
72 Suite Teardown Execution
78 Suite Setup Execution
86 Test Teardown Execution
H A Dtest_powersupply_readings.robot9 Suite Setup Suite Setup Execution
10 Suite Teardown Suite Teardown Execution
12 Test Teardown Test Teardown Execution
95 Suite Teardown Execution
101 Suite Setup Execution
109 Test Teardown Execution
/openbmc/openbmc-test-automation/systest/collection/
H A Dbmc_collect_esels.robot10 Suite Setup Suite Setup Execution
11 Suite Teardown Suite Teardown Execution
44 [Teardown] Redfish Test Teardown Execution
57 Suite Setup Execution
64 Suite Teardown Execution
72 Redfish Test Teardown Execution
H A Dbmc_collect_vpd_and_hw_status.robot10 Suite Setup Suite Setup Execution
11 Suite Teardown Suite Teardown Execution
43 [Teardown] Redfish Test Teardown Execution
57 Suite Setup Execution
64 Suite Teardown Execution
71 Redfish Test Teardown Execution
/openbmc/openbmc-test-automation/extended/
H A Dtest_bmc_reset_loop.robot14 Test Teardown Test Teardown Execution
15 Suite Setup Suite Setup Execution
32 # Fails immediately if any of the execution rounds fail and
42 # Fails immediately if any of the execution rounds fail and
52 # Fails immediately if any of the execution rounds fail and
62 # Fails immediately if any of the execution rounds fail and
120 Test Teardown Execution
135 Suite Setup Execution
/openbmc/qemu/docs/devel/
H A Dreplay.rst6 Execution Record/Replay
13 execution. Execution recording writes a non-deterministic events log, which
14 can be later used for replaying the execution anywhere and for unlimited
15 number of times. Execution replaying reads the log and replays all
22 changed to write every external event into the execution log immediately.
33 * `Deterministic Replay of System's Execution with Multi-target QEMU Simulator for Dynamic Analysis…
40 * synchronization of the bottom halves execution
53 designed to allow deterministic execution in absence of external inputs
56 is written to the log while recording the execution. In replay mode we
70 written but now it is held for a whole execution period. This results
[all …]
/openbmc/u-boot/include/
H A Dnvme.h22 * @return: 0 on success, -ETIMEDOUT on command execution timeout,
23 * -EIO on command execution fails
38 * @return: 0 on success, -ETIMEDOUT on command execution timeout,
39 * -EIO on command execution fails
54 * @return: 0 on success, -ETIMEDOUT on command execution timeout,
55 * -EIO on command execution fails
/openbmc/openbmc-test-automation/openpower/pel/
H A Dcheck_error_logs.robot10 Suite Setup Suite Setup Execution
24 [Teardown] Redfish Test Teardown Execution
37 Suite Setup Execution
44 Redfish Test Teardown Execution
/openbmc/openbmc/poky/meta/lib/oeqa/manual/
H A Dbsp-hw.json11 "execution": { object
45 "execution": { object
71 "execution": { object
101 "execution": { object
123 "execution": { object
153 "execution": { object
179 "execution": { object
205 "execution": { object
227 "execution": { object
257 "execution": { object
[all …]
/openbmc/qemu/docs/system/
H A Dreplay.rst13 Record/replay functions are used for the deterministic replay of qemu execution.
14 Execution recording writes a non-deterministic events log, which can be later
15 used for replaying the execution anywhere and for unlimited number of times.
17 Execution replaying reads the log and replays all non-deterministic events
22 * Deterministically replays whole system execution and all contents of
24 * Writes execution log into the file for later replaying for multiple times
34 * First, record the execution with the following command line:
81 simulated hardware, memory of VM, software interrupts, and execution of
90 designed to allow deterministic execution in absence of external inputs
92 command-line option, making possible deterministic execution of the machine,
[all …]
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot15 Test Setup Test Setup Execution
16 Test Teardown Test Teardown Execution
17 Suite Teardown Suite Teardown Execution
36 Log To Console MPIPL LOOP_COUNT:${count} execution.
48 Log To Console MPIPL LOOP_COUNT:${count} execution.
57 Test Setup Execution
64 Test Teardown Execution
70 Suite Teardown Execution

12345678910>>...39