Searched defs:task (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | thread_pool.cc | 50 Task* task = NULL; in Run() local 68 void ThreadPool::AddTask(Thread* self, Task* task) { in AddTask() 140 Task* task = TryGetTaskLocked(self); in GetTask() local 171 Task* task = tasks_.front(); in TryGetTaskLocked() local 180 Task* task = NULL; in Wait() local 208 Task* task = NULL; in Run() local 297 WorkStealingTask* task = worker->task_; in FindTaskToStealFrom() local
|
/art/runtime/gc/collector/ |
D | mark_sweep.cc | 634 auto* task = new MarkStackTask(thread_pool_, mark_sweep_, kMaxSize - mark_stack_pos_, in MarkStackPush() local 773 auto* task = new CardScanTask(thread_pool, this, space->GetMarkBitmap(), card_begin, in ScanGrayObjects() local 878 auto* task = new RecursiveMarkTask(thread_pool, this, current_space_bitmap_, start, in RecursiveMark() local
|