summaryrefslogtreecommitdiff
path: root/utils/SkThreadPool.h
AgeCommit message (Expand)Author
2014-05-04eliminate mac xcode 5 only warningcommit-bot@chromium.org
2014-05-01DM: Push GPU-parent child tasks to the front of the queue.commit-bot@chromium.org
2014-02-28DM: make GPU tasks multithreaded again. Big refactor.commit-bot@chromium.org
2013-10-18SkThreadPool: allow for Runnables that add other Runnables to the pool.commit-bot@chromium.org
2013-10-10SkThreadPool: tweak two little things that have been annoying mecommit-bot@chromium.org
2013-10-01Fix race between ~SkThreadPool and SkThreadPool::Loop on fDone.commit-bot@chromium.org
2013-04-22Add thread-per-core setting to SkThreadPool.commit-bot@chromium.org
2012-12-03Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for ...bsalomon@google.com
2012-10-31Add SkThreadPool for managing threads.scroggo@google.com