OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModifySuspendCount
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
thread_list.cc
176
thread->
ModifySuspendCount
(self, +1, false);
209
thread->
ModifySuspendCount
(self, -1, false);
247
thread->
ModifySuspendCount
(self, +1, false);
287
thread->
ModifySuspendCount
(self, -1, false);
312
thread->
ModifySuspendCount
(self, -1, for_debugger);
343
thread->
ModifySuspendCount
(self, +1, true);
381
self->
ModifySuspendCount
(self, +1, true);
427
thread->
ModifySuspendCount
(self, -thread->debug_suspend_count_, true);
475
thread->
ModifySuspendCount
(self, +1, false);
540
// than yourself you need to hold the thread_list_lock_ (see Thread::
ModifySuspendCount
)
[
all
...]
thread.h
165
void
ModifySuspendCount
(Thread* self, int delta, bool for_debugger)
thread.cc
541
void Thread::
ModifySuspendCount
(Thread* self, int delta, bool for_debugger) {
628
thread->
ModifySuspendCount
(soa.Self(), +1, true /* for_debugger */);
646
thread->
ModifySuspendCount
(soa.Self(), -1, true /* for_debugger */);
[
all
...]
Completed in 31 milliseconds