Home
last modified time | relevance | path

Searched defs:Pending (Results 1 – 25 of 57) sorted by relevance

123

/external/rust/crates/futures-util/src/future/
Dpending.rs10 pub struct Pending<T> { struct
14 impl<T> FusedFuture for Pending<T> { implementation
42 impl<T> Future for Pending<T> { implementation
50 impl<T> Unpin for Pending<T> { implementation
53 impl<T> Clone for Pending<T> { implementation
Dtry_join_all.rs25 Pending, enumerator
/external/rust/crates/futures-util/src/stream/
Dpending.rs10 pub struct Pending<T> { struct
16 /// The returned stream will always return `Pending` when polled. argument
21 impl<T> Unpin for Pending<T> {} implementation
23 impl<T> FusedStream for Pending<T> { implementation
29 impl<T> Stream for Pending<T> { implementation
41 impl<T> Clone for Pending<T> { implementation
/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.hpp115 struct Pending struct in rr::DebugInfo
117 std::string name;
118 Location location;
119 llvm::DILocation *diLocation = nullptr;
120 llvm::Value *value = nullptr;
121 llvm::Instruction *insertAfter = nullptr;
122 llvm::BasicBlock *block = nullptr;
123 llvm::DIScope *scope = nullptr;
124 bool addNopOnNextLine = false;
/external/rust/crates/tokio-stream/src/
Dpending.rs10 pub struct Pending<T>(PhantomData<T>); struct
12 impl<T> Unpin for Pending<T> {} implementation
13 unsafe impl<T> Send for Pending<T> {} implementation
14 unsafe impl<T> Sync for Pending<T> {} implementation
44 impl<T> Stream for Pending<T> { implementation
/external/llvm-project/flang/runtime/
Dfile.h70 struct Pending { struct
73 OwningPtr<Pending> next; argument
/external/crosvm/cros_async/src/
Dselect.rs15 Pending(F), enumerator
/external/llvm-project/llvm/lib/MCA/Stages/
DExecuteStage.cpp55 SmallVector<InstRef, 4> Pending; in issueInstruction() local
96 SmallVector<InstRef, 4> Pending; in cycleStart() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DExecuteStage.cpp55 SmallVector<InstRef, 4> Pending; in issueInstruction() local
96 SmallVector<InstRef, 4> Pending; in cycleStart() local
/external/llvm-project/llvm/lib/MCA/HardwareUnits/
DScheduler.cpp155 bool Scheduler::promoteToPendingSet(SmallVectorImpl<InstRef> &Pending) { in promoteToPendingSet()
266 SmallVectorImpl<InstRef> &Pending, in cycleEvent()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DScheduler.cpp155 bool Scheduler::promoteToPendingSet(SmallVectorImpl<InstRef> &Pending) { in promoteToPendingSet()
266 SmallVectorImpl<InstRef> &Pending, in cycleEvent()
/external/llvm-project/clang/include/clang/AST/
DTextNodeDumper.h37 llvm::SmallVector<std::function<void(bool IsLastChild)>, 32> Pending; variable
DJSONNodeDumper.h36 llvm::SmallVector<std::function<void(bool IsLastChild)>, 32> Pending; variable
/external/llvm-project/clang/include/clang/Sema/
DAnalysisBasedWarnings.h50 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
DExternalSemaSource.h182 virtual void ReadPendingInstantiations( in ReadPendingInstantiations()
/external/clang/include/clang/Sema/
DAnalysisBasedWarnings.h51 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
DExternalSemaSource.h182 virtual void ReadPendingInstantiations( in ReadPendingInstantiations()
/external/rust/crates/tokio/src/fs/
Dread_dir.rs48 Pending(sys::Blocking<(Option<io::Result<std::fs::DirEntry>>, std::fs::ReadDir)>), enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.h53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; variable
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.h53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; variable
/external/llvm/lib/Target/AMDGPU/
DR600MachineScheduler.h53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; variable
/external/rust/crates/futures-executor/tests/
Dlocal_pool.rs13 struct Pending(Rc<()>); struct
15 impl Future for Pending { implementation
/external/llvm-project/llvm/include/llvm/MCA/
DHWEventListener.h42 Pending, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DHWEventListener.h42 Pending, enumerator
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h137 ReadyQueue Pending; member

123