OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsShuttingDown
(Results
26 - 38
of
38
) sorted by null
1
2
/art/runtime/
runtime.h
204
bool
IsShuttingDown
() const EXCLUSIVE_LOCKS_REQUIRED(Locks::runtime_shutdown_lock_) {
thread_list.cc
447
CHECK(Runtime::Current()->
IsShuttingDown
());
thread.cc
149
CHECK(!runtime->
IsShuttingDown
());
238
if (runtime->
IsShuttingDown
()) {
325
if (runtime->
IsShuttingDown
()) {
[
all
...]
/external/chromium/chrome/browser/ui/
browser_list.cc
276
g_browser_process->
IsShuttingDown
())) {
/external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_api.cc
129
if (g_browser_process->
IsShuttingDown
())
/external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc
520
if (!g_browser_process || g_browser_process->
IsShuttingDown
() ||
/external/chromium_org/chrome/browser/
browser_process_impl.cc
327
// CHECK(!
IsShuttingDown
());
328
if (
IsShuttingDown
()) {
578
bool BrowserProcessImpl::
IsShuttingDown
() {
[
all
...]
chrome_browser_main.cc
426
if (!g_browser_process || g_browser_process->
IsShuttingDown
())
[
all
...]
/external/chromium/chrome/browser/
process_singleton_linux.cc
616
if (!g_browser_process || g_browser_process->
IsShuttingDown
()) {
[
all
...]
browser_process_impl.cc
543
bool BrowserProcessImpl::
IsShuttingDown
() {
[
all
...]
/external/chromium_org/chrome/browser/background/
background_contents_service.cc
217
if (g_browser_process->
IsShuttingDown
() ||
/external/chromium_org/chrome/browser/extensions/api/runtime/
runtime_api.cc
90
if (g_browser_process->
IsShuttingDown
() ||
/art/runtime/gc/
heap.cc
[
all
...]
Completed in 324 milliseconds
1
2