OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSuspended
(Results
1 - 6
of
6
) sorted by null
/art/runtime/
thread_list.cc
127
CHECK(thread->
IsSuspended
())
190
if (!thread->
IsSuspended
()) {
196
} while (!thread->
IsSuspended
());
306
// To check
IsSuspended
.
308
DCHECK(thread->
IsSuspended
());
541
if (!self->
IsSuspended
()) {
stack.cc
90
DCHECK(thread == Thread::Current() || thread->
IsSuspended
()) << *thread;
281
DCHECK(thread_ == Thread::Current() || thread_->
IsSuspended
());
thread.cc
192
if (result != NULL && !result->
IsSuspended
()) {
546
if (this != self && !
IsSuspended
()) {
632
//
IsSuspended
on the current thread will fail as the current thread is changed into
640
if (thread->
IsSuspended
()) {
877
//
IsSuspended
check is therefore racy with the use for dumping (normally we inhibit
881
if (this == Thread::Current() ||
IsSuspended
() || dump_for_abort) {
[
all
...]
thread.h
159
bool
IsSuspended
() const {
debugger.cc
214
return thread->
IsSuspended
() && thread->GetDebugSuspendCount() > 0;
[
all
...]
/art/runtime/gc/collector/
mark_sweep.cc
[
all
...]
Completed in 1333 milliseconds