OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isExiting
(Results
1 - 5
of
5
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderServer.h
30
bool
isExiting
() const { return m_exiting; }
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CThread.h
64
bool
isExiting
(void);
CThread.cpp
65
bool CThread::
isExiting
(
/external/llvm/lib/CodeGen/
CalcSpillWeights.cpp
101
bool
isExiting
= false;
130
isExiting
= loop ? loop->isLoopExiting(mbb) : false;
140
if (writes &&
isExiting
&& LIS.isLiveOutOfMBB(li, mbb))
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
MobiCoreDevice.cpp
228
if (DeviceIrqHandler::
isExiting
()) {
236
if (DeviceScheduler::
isExiting
()) {
Completed in 599 milliseconds