|
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 | continues_after () &&noexcept |
| void | continues_after (const Kokkos::Execution::Impl::Event< Exec > &event) &&noexcept |
| constexpr auto | get_env () const noexcept |
Public Attributes | |
| Kokkos::Execution::Impl::State< Exec > const * | state |
| stdexec::run_loop * | loop |
Definition at line 125 of file test_completion_signal.cpp.
| using Tests::Impl::Receiver< Exec, IsDeferredCompletionReceiver >::receiver_concept |
Definition at line 126 of file test_completion_signal.cpp.
|
inlinenoexcept |
Definition at line 144 of file test_completion_signal.cpp.
References loop.
|
inlinenoexcept |
Definition at line 149 of file test_completion_signal.cpp.
References loop, and Kokkos::Execution::Impl::wait().
|
inlinenodiscardconstexprnoexcept |
Definition at line 157 of file test_completion_signal.cpp.
References Kokkos::Execution::ExecutionSpaceImpl::join_env_with_exec(), loop, and state.
|
inlinenoexcept |
Definition at line 140 of file test_completion_signal.cpp.
References loop.
|
inlinenoexcept |
Definition at line 135 of file test_completion_signal.cpp.
References loop.
| stdexec::run_loop* Tests::Impl::Receiver< Exec, IsDeferredCompletionReceiver >::loop |
Definition at line 133 of file test_completion_signal.cpp.
| Kokkos::Execution::Impl::State<Exec> const* Tests::Impl::Receiver< Exec, IsDeferredCompletionReceiver >::state |
Definition at line 132 of file test_completion_signal.cpp.