|
kokkos-execution 0.0.1
|
Public Types | |
| using | receiver_concept |
Public Member Functions | |
| void | set_value () &&noexcept |
| template<typename Error> | |
| void | set_error (Error &&) &&noexcept |
| void | submitted () &&noexcept |
| void | submitted (Kokkos::Execution::Impl::OptionalConstEventRef< Exec > dep) &&noexcept |
| constexpr auto | get_env () const noexcept |
Public Attributes | |
| Kokkos::Execution::Impl::State< Exec > const * | state |
| stdexec::run_loop * | loop |
Definition at line 128 of file test_completion_signal.cpp.
| using Tests::Impl::Receiver< Exec, SubmittedOrderOn, SubmittedDependOn >::receiver_concept |
Definition at line 129 of file test_completion_signal.cpp.
|
inlinenodiscardconstexprnoexcept |
Definition at line 161 of file test_completion_signal.cpp.
References Kokkos::Execution::ExecutionSpaceImpl::join_env_with_exec(), loop, and state.
|
inlinenoexcept |
Definition at line 143 of file test_completion_signal.cpp.
References loop.
|
inlinenoexcept |
Definition at line 138 of file test_completion_signal.cpp.
References loop.
|
inlinenoexcept |
Definition at line 147 of file test_completion_signal.cpp.
References loop.
|
inlinenoexcept |
Definition at line 152 of file test_completion_signal.cpp.
References loop, and Kokkos::Execution::Impl::wait().
| stdexec::run_loop* Tests::Impl::Receiver< Exec, SubmittedOrderOn, SubmittedDependOn >::loop |
Definition at line 136 of file test_completion_signal.cpp.
| Kokkos::Execution::Impl::State<Exec> const* Tests::Impl::Receiver< Exec, SubmittedOrderOn, SubmittedDependOn >::state |
Definition at line 135 of file test_completion_signal.cpp.