Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DMutex.kt283 override fun trySelect(clauseObject: Any, result: Any?): Boolean { in <lambda>() method
285 return select.trySelect(clauseObject, result).also { success -> in <lambda>()
DSemaphore.kt354 trySelect(this@SemaphoreImpl, Unit) in tryResumeAcquire()
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.h40 bool trySelect(SDNode *Node) override;
DMipsISelDAGToDAG.h120 virtual bool trySelect(SDNode *Node) = 0;
DMipsISelDAGToDAG.cpp211 if (trySelect(Node)) in Select()
DMipsSEISelDAGToDAG.h122 bool trySelect(SDNode *Node) override;
DMips16ISelDAGToDAG.cpp179 bool Mips16DAGToDAGISel::trySelect(SDNode *Node) { in trySelect() function in Mips16DAGToDAGISel
DMipsSEISelDAGToDAG.cpp721 bool MipsSEDAGToDAGISel::trySelect(SDNode *Node) { in trySelect() function in MipsSEDAGToDAGISel
/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
DMipsSEISelDAGToDAG.cpp735 bool MipsSEDAGToDAGISel::trySelect(SDNode *Node) { in trySelect() function in MipsSEDAGToDAGISel
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DOnTimeout.kt57 select.trySelect(this@OnTimeout, Unit) in onTimeout()
DSelect.kt226 public fun trySelect(clauseObject: Any, result: Any?): Boolean in trySelect() method
599 override fun trySelect(clauseObject: Any, result: Any?): Boolean = in trySelect() method in kotlinx.coroutines.selects.SelectImplementation
/external/openthread/src/posix/platform/
Dsystem.cpp291 static int trySelect(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int aMaxFd) in trySelect() function
346 …rval = trySelect(&aMainloop->mReadFdSet, &aMainloop->mWriteFdSet, &aMainloop->mErrorFdSet, aMainlo… in otSysMainloopPoll()
/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/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxObservable.kt94 if (!select.trySelect(this@RxObservableCoroutine, Unit)) { in close()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxObservable.kt94 if (!select.trySelect(this@RxObservableCoroutine, Unit)) { in close()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DPublish.kt108 if (!select.trySelect(this@PublisherCoroutine, Unit)) { in close()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt585 select.trySelect(this@JobSupport, Unit) in <lambda>()
1275 select.trySelect(this@JobSupport, result) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DBufferedChannel.kt634 trySelect(this@BufferedChannel, element) in <lambda>()
2174 is SelectInstance<*> -> trySelect(this@BufferedChannel, CHANNEL_CLOSED) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api1341 public fun trySelect (Ljava/lang/Object;Ljava/lang/Object;)Z
1349 public abstract fun trySelect (Ljava/lang/Object;Ljava/lang/Object;)Z