Searched refs:elementCacheMutex_ (Results 1 – 2 of 2) sorted by relevance
1547 std::lock_guard<ffrt::mutex> lock(elementCacheMutex_); in AddElementCache()1596 std::lock_guard<ffrt::mutex> lock(elementCacheMutex_); in GetElementByWindowId()1640 std::lock_guard<ffrt::mutex> lock(elementCacheMutex_); in RemoveElementByWindowId()1654 std::lock_guard<ffrt::mutex> lock(elementCacheMutex_); in IsExistWindowId()
393 ffrt::mutex elementCacheMutex_; variable