Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dsimplethread.cpp25 fThread = std::thread(&SimpleThread::run, this); in start()
26 return fThread.joinable() ? 0 : 1; in start()
30 if (fThread.joinable()) { in join()
31 fThread.join(); in join()
Dsimplethread.h34 std::thread fThread = {};
Drbbimonkeytest.h224 RBBIMonkeyThread fThread; variable
Drbbimonkeytest.cpp613 RBBIMonkeyImpl::RBBIMonkeyImpl(UErrorCode &status) : fDumpExpansions(FALSE), fThread(this) { in RBBIMonkeyImpl()
655 fThread.start(); // invokes runTest() in a separate thread. in startTest()
659 fThread.join(); in join()
/external/skia/modules/androidkit/src/
DSurface.cpp168 fThread.postMessage(Message(kDestroy)); in release()
184 fThread.postMessage(message); in flushAndSubmit()
189 SurfaceThread fThread; member in __anon8da6ea000111::ThreadedSurface
DSurfaceThread.h41 pthread_t fThread; variable
DSurfaceThread.cpp17 pthread_create(&fThread, nullptr, pthread_main, this); in SurfaceThread()
/external/skqp/tools/sk_app/android/
Dsurface_glue_android.h63 pthread_t fThread;
Dsurface_glue_android.cpp78 pthread_create(&fThread, nullptr, pthread_main, this); in SkiaAndroidApp()
/external/skia/tools/sk_app/android/
Dsurface_glue_android.h63 pthread_t fThread;
Dsurface_glue_android.cpp78 pthread_create(&fThread, nullptr, pthread_main, this); in SkiaAndroidApp()