OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exiting_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_pool.h
42
bool
exiting_
;
member in class:sdk_util::ThreadPool
thread_pool.cc
19
: threads_(NULL), counter_(0), num_threads_(num_threads),
exiting_
(false),
72
exiting_
= true;
86
if (
exiting_
) break;
Completed in 95 milliseconds