OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mExitPending
(Results
1 - 2
of
2
) sorted by null
/system/core/include/utils/
Thread.h
100
// note that all accesses of
mExitPending
and mRunning need to hold mLock
101
volatile bool
mExitPending
;
/system/core/libutils/
Threads.cpp
653
mExitPending
(false), mRunning(false)
683
mExitPending
= false;
760
if (result == false || self->
mExitPending
) {
761
self->
mExitPending
= true;
786
mExitPending
= true;
801
mExitPending
= true;
808
mExitPending
= false;
857
return
mExitPending
;
Completed in 86 milliseconds