Searched defs:DispatchMany (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
H A Dthread_pool.cc105 // DispatchMany() will dispatch a set of tasks across worker threads.
107 void ThreadPool::DispatchMany(int num_tasks, WorkFunction work, void* data) { function in class:sdk_util::ThreadPool
134 DispatchMany(num_tasks, work, data);

Completed in 80 milliseconds