Home
last modified time | relevance | path

Searched refs:trySelect (Results 1 – 25 of 32) sorted by relevance

12

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt121 public fun trySelect(): Boolean in trySelect() method
339 if (trySelect()) in next()
347 if (trySelect()) { in next()
390 override fun trySelect(): Boolean { in next() method
642 if (trySelect()) in next()
649 if (trySelect()) in next()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DConflatedChannel.kt82 if (!select.trySelect()) { in offerSelectInternal()
109 if (!select.trySelect()) in pollSelectInternal()
DArrayBroadcastChannel.kt117 if (!select.trySelect()) { // :todo: move trySelect completion outside of lock in offerSelectInternal()
313 … if (!select.trySelect()) { // :todo: move trySelect completion outside of lock in elementAt()
DArrayChannel.kt118 if (!select.trySelect()) { // :todo: move trySelect completion outside of lock in offerSelectInternal()
264 if (!select.trySelect()) { // :todo: move trySelect completion outside of lock in pollSelectInternal()
DAbstractChannel.kt463 if (select.trySelect()) in <lambda>()
757 if (!select.trySelect()) return in tryStartBlockUnintercepted()
762 if (!select.trySelect()) return in tryStartBlockUnintercepted()
979 if (!select.trySelect()) return in resumeOnCancellationFun()
DConflatedBroadcastChannel.kt275 if (!select.trySelect()) return in <lambda>()
/external/llvm-project/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.h39 bool trySelect(SDNode *Node) override;
DMipsISelDAGToDAG.h135 virtual bool trySelect(SDNode *Node) = 0;
DMipsSEISelDAGToDAG.h129 bool trySelect(SDNode *Node) override;
DMipsISelDAGToDAG.cpp278 if (trySelect(Node)) in Select()
DMips16ISelDAGToDAG.cpp179 bool Mips16DAGToDAGISel::trySelect(SDNode *Node) { in trySelect() function in Mips16DAGToDAGISel
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.h40 bool trySelect(SDNode *Node) override;
DMipsISelDAGToDAG.h120 virtual bool trySelect(SDNode *Node) = 0;
DMipsSEISelDAGToDAG.h122 bool trySelect(SDNode *Node) override;
DMipsISelDAGToDAG.cpp211 if (trySelect(Node)) in Select()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.h39 bool trySelect(SDNode *Node) override;
DMipsISelDAGToDAG.h135 virtual bool trySelect(SDNode *Node) = 0;
DMipsSEISelDAGToDAG.h129 bool trySelect(SDNode *Node) override;
DMipsISelDAGToDAG.cpp278 if (trySelect(Node)) in Select()
DMips16ISelDAGToDAG.cpp179 bool Mips16DAGToDAGISel::trySelect(SDNode *Node) { in trySelect() function in Mips16DAGToDAGISel
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/selects/
DSelectChannelStressTest.kt73 if (!trySelect()) return in <lambda>()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp51 bool trySelect(SDNode *N);
525 if (trySelect(N)) in Select()
532 bool AVRDAGToDAGISel::trySelect(SDNode *N) { in trySelect() function in llvm::AVRDAGToDAGISel
/external/llvm-project/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp51 bool trySelect(SDNode *N);
522 if (trySelect(N)) in Select()
529 bool AVRDAGToDAGISel::trySelect(SDNode *N) { in trySelect() function in llvm::AVRDAGToDAGISel
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt569 if (select.trySelect()) { in <lambda>()
1245 if (select.trySelect()) { in <lambda>()
1431 if (select.trySelect()) in invoke()
1443 if (select.trySelect()) in invoke()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/selects/
DSelectArrayChannelTest.kt388 if (!trySelect()) return in <lambda>()

12