Searched refs:fWork (Results 1 – 1 of 1) sorted by relevance
58 if (gGlobal->fWork.isEmpty()) { in Wait()63 gGlobal->fWork.pop(&work); in Wait()99 SkASSERT(fWork.isEmpty()); // All SkTaskGroups should be destroyed by now. in ~ThreadPool()108 SkASSERT(fWork.isEmpty()); // Can't hurt to double check. in ~ThreadPool()117 fWork.push(work); in add()126 Work* batch = fWork.append(N); in batch()141 while (pool->fWork.isEmpty()) { in Loop()147 pool->fWork.pop(&work); in Loop()154 SkTDArray<Work> fWork; member in __anon528a54860111::ThreadPool