Searched refs:threadIndexMap_ (Results 1 – 2 of 2) sorted by relevance
47 threadIndexMap_.emplace(tid, i); in Start()86 auto iter = threadIndexMap_.find(tid); in GetGrContextFromSubThread()87 if (iter == threadIndexMap_.end()) { in GetGrContextFromSubThread()373 if (threadIndexMap_.count(nodeDrawable->GetLastFrameUsedThreadIndex()) != 0) { in ScheduleRenderNodeDrawable()374 nowIdx = threadIndexMap_[nodeDrawable->GetLastFrameUsedThreadIndex()]; in ScheduleRenderNodeDrawable()417 if (!threadIndexMap_.count(bindThreadIdx)) { in ScheduleReleaseCacheSurfaceOnly()421 auto nowIdx = threadIndexMap_[bindThreadIdx]; in ScheduleReleaseCacheSurfaceOnly()
69 std::unordered_map<pid_t, uint32_t> threadIndexMap_; variable