Searched refs:fThread (Results 1 – 12 of 12) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | simplethread.cpp | 25 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()
|
D | simplethread.h | 34 std::thread fThread = {};
|
D | rbbimonkeytest.h | 224 RBBIMonkeyThread fThread; variable
|
D | rbbimonkeytest.cpp | 613 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/ |
D | Surface.cpp | 56 : 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()
|
D | SurfaceThread.cpp | 18 pthread_create(&fThread, nullptr, pthread_main, this); in SurfaceThread() 30 pthread_join(fThread, nullptr); in release()
|
D | SurfaceThread.h | 54 pthread_t fThread; variable
|
D | Surface.h | 70 std::unique_ptr<SurfaceThread> fThread; variable
|
/third_party/flutter/skia/tools/sk_app/android/ |
D | surface_glue_android.h | 63 pthread_t fThread;
|
D | surface_glue_android.cpp | 78 pthread_create(&fThread, nullptr, pthread_main, this); in SkiaAndroidApp()
|
/third_party/skia/tools/sk_app/android/ |
D | surface_glue_android.h | 63 pthread_t fThread;
|
D | surface_glue_android.cpp | 78 pthread_create(&fThread, nullptr, pthread_main, this); in SkiaAndroidApp()
|