Home
last modified time | relevance | path

Searched refs:isend_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/mpi/
Dcommunicator.hpp970 request isend_impl(int dest, int tag, const T& value, mpl::true_) const;
980 request isend_impl(int dest, int tag, const T& value, mpl::false_) const;
1494 srrequests[SEND] = this->isend_impl(dest, stag, sval, mpl::false_()); in sendrecv_impl()
1512 communicator::isend_impl(int dest, int tag, const T& value, mpl::true_) const in isend_impl() function in boost::mpi::communicator
1522 communicator::isend_impl(int dest, int tag, const T& value, mpl::false_) const in isend_impl() function in boost::mpi::communicator
1536 return this->isend_impl(dest, tag, value, is_mpi_datatype<T>()); in isend()
1558 return this->isend_impl(dest, tag, values, no); in isend_vector()