Searched refs:mProcess (Results 1 – 5 of 5) sorted by relevance
356 return mProcess; in process()467 if (mProcess->mDriverFD < 0) in flushCommands()483 pthread_mutex_lock(&mProcess->mThreadCountLock); in blockUntilThreadAvailable()484 while (mProcess->mExecutingThreadsCount >= mProcess->mMaxThreads) { in blockUntilThreadAvailable()486 static_cast<unsigned long>(mProcess->mExecutingThreadsCount), in blockUntilThreadAvailable()487 static_cast<unsigned long>(mProcess->mMaxThreads)); in blockUntilThreadAvailable()488 pthread_cond_wait(&mProcess->mThreadCountDecrement, &mProcess->mThreadCountLock); in blockUntilThreadAvailable()490 pthread_mutex_unlock(&mProcess->mThreadCountLock); in blockUntilThreadAvailable()508 pthread_mutex_lock(&mProcess->mThreadCountLock); in getAndExecuteCommand()509 mProcess->mExecutingThreadsCount++; in getAndExecuteCommand()[all …]
69 return mKey.mProcess; in getProcessName()174 .append(" ").append(mKey.mProcess).append("/").append(mKey.mUid); in toString()194 String mProcess; field in AssociationState.SourceKey204 mProcess = process; in SourceKey()213 return s.mUid == mUid && Objects.equals(s.mProcess, mProcess) in equals()219 return Integer.hashCode(mUid) ^ (mProcess == null ? 0 : mProcess.hashCode()) in hashCode()229 sb.append(mProcess); in toString()283 mTmpSourceKey.mProcess = processName; in startSource()394 stats.writeCommonString(out, key.mProcess); in writeToParcel()467 if (procName.equals(key.mProcess) || procName.equals(key.mPackage)) { in hasProcessOrPackage()[all …]
55 String mProcess; field in DumpHeapActivity64 mProcess = getIntent().getStringExtra(KEY_PROCESS); in onCreate()102 messageId, mProcess, DebugUtils.sizeValueToString(mSize, null))); in onCreate()
171 const sp<ProcessState> mProcess; variable