Searched refs:threadFunc (Results 1 – 8 of 8) sorted by relevance
19 void* threadFunc(void* arg) { in threadFunc() function34 int ret = pthread_create(&threadId, nullptr, threadFunc, reinterpret_cast<void*>( in createPthread()
46 void* threadFunc(void* arg);
29 mThread(&WorkerThread::threadFunc, this) {} in WorkerThread()57 void WorkerThread::threadFunc() { in threadFunc() function in aidl::android::hardware::biometrics::WorkerThread
22 mThread([this] { threadFunc(); }) { in VsyncThread()43 void VsyncThread::threadFunc() { in threadFunc() function in gfxstream::VsyncThread
70 void threadFunc();
61 void threadFunc();
203 WorkPoolThread() : mThread([this] { threadFunc(); }) { in __anon141b1e2d0302()281 void threadFunc() { in threadFunc() function in gfxstream::guest::WorkPoolThread
373 mThread([this] { threadFunc(); }) { in Consumer()538 void threadFunc() { in threadFunc() function in android::emulation::asg::AddressSpaceGraphicsTest::Consumer