OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SuspendAll
(Results
1 - 8
of
8
) sorted by null
/art/runtime/gc/collector/
garbage_collector.cc
75
thread_list->
SuspendAll
();
92
thread_list->
SuspendAll
();
/art/runtime/
thread_list.h
57
void
SuspendAll
()
131
// Ongoing suspend all requests, used to ensure threads added to list_ respect
SuspendAll
.
signal_catcher.cc
124
thread_list->
SuspendAll
();
trace.cc
318
runtime->GetThreadList()->
SuspendAll
();
342
runtime->GetThreadList()->
SuspendAll
();
394
runtime->GetThreadList()->
SuspendAll
();
thread_list.cc
224
void ThreadList::
SuspendAll
() {
227
VLOG(threads) << *self << "
SuspendAll
starting...";
265
VLOG(threads) << *self << "
SuspendAll
complete";
363
VLOG(threads) << *self << "
SuspendAll
complete";
509
//
SuspendAll
requests.
debugger.cc
538
runtime->GetThreadList()->
SuspendAll
();
563
runtime->GetThreadList()->
SuspendAll
();
[
all
...]
/art/runtime/gc/
heap.cc
[
all
...]
/art/runtime/hprof/
hprof.cc
[
all
...]
Completed in 68 milliseconds