hpx/parcelport_libfabric/rdma_locks.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace parcelset
namespace policies
namespace libfabric

Typedefs

template<typename Mutex>
using scoped_lock = std::lock_guard<Mutex>
template<typename Mutex>
using unique_lock = std::unique_lock<Mutex>