Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp129 …int stream_id_ = device::DefaultStream::INVALID_ID; // id of the last stream to use the chu… member in Petsc::memory::impl::MemoryChunk
146 return (stream_id_ == strm->INVALID_ID) || (stream_id_ == strm->get_id()); in stream_compat_()
165 …r.event_)), open_(util::exchange(other.open_, false)), stream_id_(util::exchange(other.stream_id_,… in MemoryChunk()
176 stream_id_ = util::exchange(other.stream_id_, device::DefaultStream::INVALID_ID); in operator =()
205 stream_id_ = stream->get_id(); in release()