OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHoldSelf
(Results
1 - 2
of
2
) sorted by null
/system/core/include/utils/
Thread.h
103
sp<Thread>
mHoldSelf
;
/system/core/libutils/
Threads.cpp
687
mHoldSelf
= this;
704
mHoldSelf
.clear(); // "this" may have gone away after this.
722
sp<Thread> strong(self->
mHoldSelf
);
724
self->
mHoldSelf
.clear();
Completed in 64 milliseconds