OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLockOwner
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
thread_list.h
46
pid_t
GetLockOwner
(); // For SignalCatcher.
thread_list.cc
64
pid_t ThreadList::
GetLockOwner
() {
runtime.cc
[
all
...]
/art/runtime/gc/
heap.cc
709
Runtime::Current()->GetThreadList()->
GetLockOwner
() == Thread::Current()->GetTid()) {
[
all
...]
Completed in 26 milliseconds