OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stopping_
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/threading/
thread.cc
62
stopping_
(false),
163
stopping_
= false;
171
if (
stopping_
|| !message_loop_)
174
stopping_
= true;
187
// not yet requested to stop (i.e.
stopping_
is false) we can just return
188
// true. (Note that
stopping_
is touched only on the same thread that
190
if (message_loop_ && !
stopping_
)
thread.h
226
bool
stopping_
;
member in class:base::Thread
Completed in 48 milliseconds