OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetStateUnsafe
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
signal_catcher.cc
128
ThreadState old_state = self->
SetStateUnsafe
(kRunnable);
147
CHECK_EQ(self->
SetStateUnsafe
(old_state), kRunnable);
thread.h
609
ThreadState
SetStateUnsafe
(ThreadState new_state) {
614
friend class SignalCatcher; // For
SetStateUnsafe
.
615
friend class Dbg; // F or
SetStateUnsafe
.
debugger.cc
540
ThreadState old_state = self->
SetStateUnsafe
(kRunnable);
548
CHECK_EQ(self->
SetStateUnsafe
(old_state), kRunnable);
565
ThreadState old_state = self->
SetStateUnsafe
(kRunnable);
574
CHECK_EQ(self->
SetStateUnsafe
(old_state), kRunnable);
[
all
...]
thread.cc
[
all
...]
Completed in 124 milliseconds