OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:issuspended
(Results
1 - 14
of
14
) 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
...]
/frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp
89
bool
isSuspended
() const;
327
bool WifiDisplaySource::PlaybackSession::Track::
isSuspended
() const {
/frameworks/av/services/audioflinger/
Threads.h
444
bool
isSuspended
() const
[
all
...]
Threads.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar
org.eclipse.debug.core_3.6.0.v20100519.jar
/art/runtime/gc/collector/
mark_sweep.cc
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar
jdimodel.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
Completed in 370 milliseconds