Searched refs:WorkerThread (Results 1 – 6 of 6) sorted by relevance
30 bool operator<(const WorkerThread::Task& lhs, const WorkerThread::Task& rhs) { in operator <()34 WorkerThread::WorkerThread() : mIsTerminating(false), mThread(&WorkerThread::threadLoop, this) {} in WorkerThread() function in android::WorkerThread36 WorkerThread::~WorkerThread() { in ~WorkerThread()45 void WorkerThread::schedule(function<void()> task, milliseconds delay) { in schedule()53 void WorkerThread::cancelAll() { in cancelAll()58 void WorkerThread::threadLoop() { in threadLoop()
27 "WorkerThread.cpp",
25 class WorkerThread {27 WorkerThread();28 virtual ~WorkerThread();
24 using android::WorkerThread;42 WorkerThread thread; in TEST()62 WorkerThread thread; in TEST()78 WorkerThread thread; in TEST()125 WorkerThread thread; in TEST()
57 WorkerThread mThread;
58 WorkerThread mThread;