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

  /frameworks/base/tools/aapt/
WorkQueue.cpp 28 mMaxThreads(maxThreads), mCanCallJava(canCallJava),
45 if (mWorkThreads.size() < mMaxThreads
55 while (mWorkUnits.size() >= mMaxThreads * backlog) {
WorkQueue.h 103 const size_t mMaxThreads;
  /frameworks/wilhelm/src/
ThreadPool.h 61 unsigned mMaxThreads; ///< Number of worker threads
ThreadPool.c 122 tp->mMaxThreads = maxThreads;
244 ThreadPool_deinit_internal(tp, tp->mInitialized, tp->mMaxThreads);

Completed in 106 milliseconds