Home
last modified time | relevance | path

Searched defs:trySelect (Results 1 – 8 of 8) sorted by relevance

/external/openthread/src/posix/platform/
Dsystem.cpp291 static int trySelect(fd_set *aReadFdSet, fd_set *aWriteFdSet, fd_set *aErrorFdSet, int aMaxFd) in trySelect() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
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/llvm/lib/Target/Mips/
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/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
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/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DMutex.kt283 override fun trySelect(clauseObject: Any, result: Any?): Boolean { in <lambda>() method
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp532 bool AVRDAGToDAGISel::trySelect(SDNode *N) { in trySelect() function in llvm::AVRDAGToDAGISel