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

  /external/chromium_org/third_party/skia/dm/
DMTask.cpp 46 void Task::spawnChildNext(CpuTask* task) {
64 // Calling spawnChildNext() is nearly equivalent, but it'd pointlessly contend on the
65 // threadpool; spawnChildNext() is most useful when you want to change threadpools.
83 this->spawnChildNext(task);
  /external/skia/dm/
DMTask.cpp 46 void Task::spawnChildNext(CpuTask* task) {
64 // Calling spawnChildNext() is nearly equivalent, but it'd pointlessly contend on the
65 // threadpool; spawnChildNext() is most useful when you want to change threadpools.
83 this->spawnChildNext(task);

Completed in 51 milliseconds