Searched refs:m_async (Results 1 – 8 of 8) sorted by relevance
68 bool m_async; member in FuseTest 93 m_async(false), in FuseTest()
107 m_async = true; in SetUp()127 m_init_flags, m_maxwrite, m_async? "" : "no", in SetUp()
66 m_async = true; in SetUp()
88 m_async = true; in SetUp()
160 m_maxwrite, m_async, m_noclusterr, m_time_gran, in SetUp()
163 m_async = true; in SetUp()181 m_async = true; in SetUp()
120 m_async = true; in SetUp()
129 m_async(false) { in ProcessAttachInfo()140 bool GetAsync() const { return m_async; } in GetAsync()142 void SetAsync(bool b) { m_async = b; } in SetAsync()200 bool m_async = variable