Searched refs:m_shouldPopulate (Results 1 – 2 of 2) sorted by relevance
48 : 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()
175 volatile intptr_t m_shouldPopulate; // (cpu_CAS can't be used on bool) variable