Searched refs:task_queue (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-splash2145 + i < sizeof(global->task_queue) / sizeof(global->task_queue[0]);
148 + DRD_IGNORE_VAR(global->task_queue[i].n_tasks);
H A Ddownload-and-build-splash2.in145 + i < sizeof(global->task_queue) / sizeof(global->task_queue[0]);
148 + DRD_IGNORE_VAR(global->task_queue[i].n_tasks);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.cc353 TaskQueue* task_queue = local
355 while (!task_queue->empty() && state_ != FINISHED) {
357 Operation task(task_queue->pop());
365 task_queue =

Completed in 122 milliseconds