Home
last modified time | relevance | path

Searched refs:strong (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DThreads.cpp726 sp<Thread> strong(self->mHoldSelf); in _threadLoop() local
727 wp<Thread> weak(strong); in _threadLoop()
779 strong.clear(); in _threadLoop()
781 strong = weak.promote(); in _threadLoop()
782 } while(strong != 0); in _threadLoop()