Searched refs:TryGetTaskLocked (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread_pool.cc136 Task* task = TryGetTaskLocked(self);
162 return TryGetTaskLocked(self);
165 Task* ThreadPool::TryGetTaskLocked(Thread* self) { function in class:art::ThreadPool
H A Dthread_pool.h103 Task* TryGetTaskLocked(Thread* self) EXCLUSIVE_LOCKS_REQUIRED(task_queue_lock_);

Completed in 46 milliseconds