OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reallySpawnChild
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/dm/
DMTask.h
40
void
reallySpawnChild
(CpuTask* task); // For now we don't allow GPU child tasks.
DMTask.cpp
41
void Task::
reallySpawnChild
(CpuTask* task) {
61
// Calling
reallySpawnChild
() is nearly equivalent, but it'd pointlessly contend on the
62
// threadpool;
reallySpawnChild
() is most useful when you want to change threadpools.
88
this->
reallySpawnChild
(task);
Completed in 71 milliseconds