Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp27 static const id_type INVALID_ID; member in Petsc::device::StreamBase
71 const typename StreamBase<T>::id_type StreamBase<T>::INVALID_ID = -1; member in Petsc::device::StreamBase<T>
129 …int stream_id_ = device::DefaultStream::INVALID_ID; // id of the last stream to use the chu…
146 return (stream_id_ == strm->INVALID_ID) || (stream_id_ == strm->get_id()); in stream_compat_()
165 …)), stream_id_(util::exchange(other.stream_id_, device::DefaultStream::INVALID_ID)), size_(util::e… in MemoryChunk()
176 stream_id_ = util::exchange(other.stream_id_, device::DefaultStream::INVALID_ID); in operator =()