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

  /external/skia/src/utils/
SkThreadUtils_pthread.cpp 47 , fValidPThread(false)
80 pthreadData->fValidPThread = (0 == ret);
87 if (pthreadData->fValidPThread && !pthreadData->fStarted.isTriggered()) {
99 if (!pthreadData->fValidPThread) {
112 if (!pthreadData->fValidPThread || !pthreadData->fStarted.isTriggered()) {
SkThreadUtils_pthread.h 33 bool fValidPThread;

Completed in 923 milliseconds