HomeSort by relevance Sort by last modified time
    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