Home
last modified time | relevance | path

Searched refs:m_shouldPopulate (Results 1 – 2 of 2) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/file/vfs/
H A Dvfs_tree.cpp48 : m_shouldPopulate(0) in VfsDirectory()
175 if(!cpu_CAS(&m_shouldPopulate, 0, 1)) in SetAssociatedDirectory()
183 return cpu_CAS(&m_shouldPopulate, 1, 0); // test and reset in ShouldPopulate()
189 m_shouldPopulate = 1; in RequestRepopulate()
198 m_shouldPopulate = 0; in Clear()
H A Dvfs_tree.h175 volatile intptr_t m_shouldPopulate; // (cpu_CAS can't be used on bool) variable