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
671
mExitPending
(false), mRunning(false)
699
mExitPending
= false;
776
if (result == false || self->
mExitPending
) {
777
self->
mExitPending
= true;
802
mExitPending
= true;
817
mExitPending
= true;
824
mExitPending
= false;
873
return
mExitPending
;
Completed in 1841 milliseconds