Home
last modified time | relevance | path

Searched defs:num_tasks (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/sdk_util/
Dthread_pool.cc107 void ThreadPool::DispatchMany(int num_tasks, WorkFunction work, void* data) { in DispatchMany()
124 void ThreadPool::DispatchHere(int num_tasks, WorkFunction work, void* data) { in DispatchHere()
132 void ThreadPool::Dispatch(int num_tasks, WorkFunction work, void* data) { in Dispatch()
/external/chromium_org/cc/resources/
Dtask_graph_runner_perftest.cc62 int num_tasks, in RunBuildTaskGraphTest()
91 int num_tasks, in RunScheduleTasksTest()
130 int num_tasks, in RunScheduleAlternateTasksTest()
176 int num_tasks, in RunScheduleAndExecuteTasksTest()
217 void CreateTasks(int num_tasks, PerfTaskImpl::Vector* tasks) { in CreateTasks()
/external/chromium_org/base/message_loop/
Dmessage_loop_test.cc125 int num_tasks = 1; in RunTest_PostDelayedTask_Basic() local
145 int num_tasks = 2; in RunTest_PostDelayedTask_InDelayOrder() local
179 int num_tasks = 2; in RunTest_PostDelayedTask_InPostOrder() local
204 int num_tasks = 2; in RunTest_PostDelayedTask_InPostOrder_2() local
232 int num_tasks = 11; in RunTest_PostDelayedTask_InPostOrder_3() local
259 int num_tasks = 1; in RunTest_PostDelayedTask_SharedTimer() local
Dmessage_loop_unittest.cc111 int num_tasks = 1; in RunTest_PostDelayedTask_SharedTimer_SubPump() local
662 explicit DummyTaskObserver(int num_tasks) in DummyTaskObserver()
/external/chromium_org/base/threading/
Dworker_pool_posix_unittest.cc109 void WaitForTasksToStart(int num_tasks) { in WaitForTasksToStart()
Dsequenced_worker_pool_unittest.cc132 std::vector<int> WaitUntilTasksComplete(size_t num_tasks) { in WaitUntilTasksComplete()
/external/chromium_org/v8/src/
Disolate.cc2280 int num_tasks = pending_microtask_count(); in EnqueueMicrotask() local
2309 int num_tasks = pending_microtask_count(); in RunMicrotasks() local