Home
last modified time | relevance | path

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

/system/core/include/utils/
DThread.h89 virtual bool threadLoop() = 0;
/system/core/libutils/tests/
DTestHelpers.h70 virtual bool threadLoop() { in threadLoop() function
/system/core/libutils/
DThreads.cpp751 result = self->threadLoop(); in _threadLoop()
754 result = self->threadLoop(); in _threadLoop()