HomeSort by relevance Sort by last modified time
    Searched refs:fPThread (Results 1 - 2 of 2) sorted by null

  /external/skia/src/utils/
SkThreadUtils_pthread.h 32 pthread_t fPThread;
SkThreadUtils_pthread.cpp 46 : fPThread()
75 int ret = pthread_create(&(pthreadData->fPThread),
116 pthread_join(pthreadData->fPThread, nullptr);

Completed in 35 milliseconds