Home
last modified time | relevance | path

Searched defs:Unpin (Results 1 – 7 of 7) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dasync_write.rs208 Self: Unpin, in write()
235 Self: Unpin, in write_vectored()
257 Self: Unpin, in write_all()
276 Self: Unpin, in flush()
292 Self: Unpin, in shutdown()
Dasync_seek.rs100 fn seek(&mut self, pos: SeekFrom) -> SeekTask<Self> in seek()
140 Self: Unpin, in rewind()
171 Self: Unpin, in stream_position()
Dasync_buf_read.rs108 Self: Unpin, in read_until()
127 Self: Unpin, in read_line()
142 fn split(self, byte: u8) -> SplitTask<Self> in split()
/commonlibrary/memory_utils/libpurgeablemem/cpp/src/
Dpurgeable_mem.cpp116 bool PurgeableMem::Unpin() in Unpin() function in OHOS::PurgeableMem::PurgeableMem
Dpurgeable_ashmem.cpp160 bool PurgeableAshMem::Unpin() in Unpin() function in OHOS::PurgeableMem::PurgeableAshMem
Dpurgeable_mem_base.cpp219 bool PurgeableMemBase::Unpin() in Unpin() function in OHOS::PurgeableMem::PurgeableMemBase
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs614 S: AsyncWrite + Unpin, in async_send_preface()