OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsShutdownInProgress
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/threading/
sequenced_worker_pool.h
336
bool
IsShutdownInProgress
();
sequenced_worker_pool.cc
301
bool
IsShutdownInProgress
();
700
bool SequencedWorkerPool::Inner::
IsShutdownInProgress
() {
[
all
...]
/external/chromium_org/chrome/browser/sessions/
base_session_service.cc
301
if (!pool->
IsShutdownInProgress
()) {
/external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker.cc
697
if (BrowserThread::GetBlockingPool()->
IsShutdownInProgress
()) {
Completed in 156 milliseconds