Home
last modified time | relevance | path

Searched refs:Urgent (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/sys_util/src/
Dsignal.rs132 Urgent = libc::SIGURG, enumerator
216 libc::SIGURG => Urgent, in try_from()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp765 bool Urgent = !VirtReg.isSpillable() && in canEvictInterference() local
772 if (!Urgent) in canEvictInterference()
786 if (Urgent) in canEvictInterference()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp920 bool Urgent = !VirtReg.isSpillable() && in canEvictInterference() local
927 if (!Urgent) in canEvictInterference()
941 if (Urgent) in canEvictInterference()
/external/llvm-project/llvm/lib/CodeGen/
DRegAllocGreedy.cpp927 bool Urgent = in canEvictInterference() local
936 if (!Urgent) in canEvictInterference()
950 if (Urgent) in canEvictInterference()
/external/python/cpython2/Doc/library/
Dselect.rst129 | :const:`EPOLLPRI` | Urgent data for read |
/external/python/cpython3/Doc/library/
Dselect.rst289 | :const:`EPOLLPRI` | Urgent data for read |