Lines Matching refs:stop
138 TestThread(osl::Condition & stop);
153 osl::Condition & stop): in TestThread() argument
154 stop_(stop), success_(true) in TestThread()
176 osl::Condition & stop, Test const & test, rtl::OUString const & path,
188 osl::Condition & stop, Test const & test, rtl::OUString const & path, in ReaderThread() argument
190 TestThread(stop), test_(test), path_(path), relative_(relative) in ReaderThread()
202 osl::Condition & stop, Test const & test, rtl::OUString const & path,
215 osl::Condition & stop, Test const & test, rtl::OUString const & path, in WriterThread() argument
217 TestThread(stop), test_(test), index_(0) in WriterThread()
343 osl::Condition stop; in step() local
344 stop.set(); in step()
346 stop, test_, in step()
550 osl::Condition stop; in testThreads() local
554 stop, *this, list[i].path, list[i].relative); in testThreads()
558 stop, *this, list[i].path, list[i].relative); in testThreads()
569 stop.set(); in testThreads()