OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1499 milliseconds