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

  /art/runtime/
thread_pool.h 86 size_t GetTaskCount(Thread* self);
thread_pool.cc 193 size_t ThreadPool::GetTaskCount(Thread* self) {
227 while (thread_pool->GetTaskCount(self) == 0) {
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 276 size_t GetTaskCount() const;
337 size_t SyncFaviconCacheTest::GetTaskCount() const {
    [all...]

Completed in 108 milliseconds