Home
last modified time | relevance | path

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

/third_party/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()
/third_party/skia/modules/androidkit/src/
DSurface.cpp56 : fThread(std::make_unique<SurfaceThread>()) { in ThreadedSurface()
64 fThread->postMessage(message); in ThreadedSurface()
70 fThread->postMessage(message); in release()
71 fThread->release(); in release()
83 fThread->postMessage(message); in flushAndSubmit()
DSurfaceThread.cpp18 pthread_create(&fThread, nullptr, pthread_main, this); in SurfaceThread()
30 pthread_join(fThread, nullptr); in release()
DSurfaceThread.h54 pthread_t fThread; variable
DSurface.h70 std::unique_ptr<SurfaceThread> fThread; variable
/third_party/flutter/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()
/third_party/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()