OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSuspendRequest
(Results
1 - 5
of
5
) sorted by null
/art/runtime/
thread-inl.h
94
if (UNLIKELY((old_state_and_flags.as_struct.flags &
kSuspendRequest
) != 0)) {
99
while ((old_state_and_flags.as_struct.flags &
kSuspendRequest
) != 0) {
112
if (LIKELY((old_state_and_flags.as_struct.flags &
kSuspendRequest
) == 0)) {
thread.h
85
kSuspendRequest
= 1, // If set implies that suspend_count_ > 0 and the Thread should enter the
162
(state_and_flags.as_struct.flags &
kSuspendRequest
) != 0;
thread_list.cc
515
self->AtomicSetFlag(
kSuspendRequest
);
thread.cc
560
AtomicClearFlag(
kSuspendRequest
);
562
AtomicSetFlag(
kSuspendRequest
);
[
all
...]
/art/runtime/entrypoints/
entrypoint_utils.h
328
} else if (thread->ReadFlag(
kSuspendRequest
)) {
Completed in 628 milliseconds