summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_browsertest.cc
diff options
context:
space:
mode:
authorreveman@chromium.org <reveman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-09 14:26:58 +0000
committerreveman@chromium.org <reveman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-09 14:26:58 +0000
commit8f8bd29f1b5049ef141b409f2ddccdd940e2cadc (patch)
treea61b546c7d0379c6d963c7f4b61c966d34192a35 /content/browser/plugin_browsertest.cc
parent521475b3fa3e5333a022854a70844a4a46c84d5a (diff)
downloadchromium_src-8f8bd29f1b5049ef141b409f2ddccdd940e2cadc.zip
chromium_src-8f8bd29f1b5049ef141b409f2ddccdd940e2cadc.tar.gz
chromium_src-8f8bd29f1b5049ef141b409f2ddccdd940e2cadc.tar.bz2
cc: Implement raster worker thread pool using shared queue.
This is an implementation of the worker pool using as shared queue instead of using message loops. It improves efficiency and load balancing between threads significantly. This changes the behavior of cheap tasks a bit. Cheap tasks are now shared between compositor thread and worker threads. Compositor thread will run cheap tasks until time limit is reached. Worker threads can always run cheap tasks. The time limit decision for cheap tasks is moved to the consumer where this decision can be properly made. BUG=178239 Review URL: https://chromiumcodereview.appspot.com/12398002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187145 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_browsertest.cc')
0 files changed, 0 insertions, 0 deletions