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 703 mHoldSelf = this;
720 mHoldSelf.clear(); // "this" may have gone away after this.
738 sp<Thread> strong(self->mHoldSelf);
740 self->mHoldSelf.clear();

Completed in 693 milliseconds