Searched refs:mHoldSelf (Results 1 - 3 of 3) sorted by relevance

/system/core/include/utils/
H A DThread.h103 sp<Thread> mHoldSelf; member in class:android::Thread
/system/core/libutils/include/utils/
H A DThread.h103 sp<Thread> mHoldSelf; member in class:android::Thread
/system/core/libutils/
H A DThreads.cpp680 mHoldSelf = this;
697 mHoldSelf.clear(); // "this" may have gone away after this.
715 sp<Thread> strong(self->mHoldSelf);
717 self->mHoldSelf.clear();

Completed in 544 milliseconds