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

  /art/runtime/
thread_pool.h 87 size_t GetTaskCount(Thread* self);
thread_pool.cc 197 size_t ThreadPool::GetTaskCount(Thread* self) {
231 while (thread_pool->GetTaskCount(self) == 0) {
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 269 size_t GetTaskCount() const;
329 size_t SyncFaviconCacheTest::GetTaskCount() const {
    [all...]

Completed in 320 milliseconds