Home
last modified time | relevance | path

Searched refs:fPThread (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/utils/
DSkThreadUtils_pthread.cpp46 : fPThread() in SkThread_PThreadData()
75 int ret = pthread_create(&(pthreadData->fPThread), in SkThread()
116 pthread_join(pthreadData->fPThread, nullptr); in join()
DSkThreadUtils_pthread.h32 pthread_t fPThread; variable