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

  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_pool.h 34 void DispatchMany(int num_tasks, WorkFunction work, void* data);
thread_pool.cc 105 // DispatchMany() will dispatch a set of tasks across worker threads.
107 void ThreadPool::DispatchMany(int num_tasks, WorkFunction work, void* data) {
134 DispatchMany(num_tasks, work, data);

Completed in 37 milliseconds