Lines Matching refs:stop
113 TestThread(osl::Condition & stop);
128 osl::Condition & stop): in TestThread() argument
129 stop_(stop), success_(true) in TestThread()
151 osl::Condition & stop, Test const & test, rtl::OUString const & path,
163 osl::Condition & stop, Test const & test, rtl::OUString const & path, in ReaderThread() argument
165 TestThread(stop), test_(test), path_(path), relative_(relative) in ReaderThread()
177 osl::Condition & stop, Test const & test, rtl::OUString const & path,
190 osl::Condition & stop, Test const & test, rtl::OUString const & path, in WriterThread() argument
192 TestThread(stop), test_(test), index_(0) in WriterThread()
318 osl::Condition stop; in step() local
319 stop.set(); in step()
321 stop, test_, in step()
525 osl::Condition stop; in TEST_F() local
529 stop, *this, list[i].path, list[i].relative); in TEST_F()
533 stop, *this, list[i].path, list[i].relative); in TEST_F()
544 stop.set(); in TEST_F()