Home | History | Annotate | Download | only in files

Lines Matching refs:Thread

28 #include "base/threading/thread.h"
39 // the test thread is waiting on once they all came in.
46 // Called from the file thread by the delegates.
88 // not thread safe for setting expectations, so the test code couldn't safely
90 // we keep simple thread safe status flags in TestDelegate.
95 // guarantee |loop| outlives the file thread on which OnFilePathChanged runs.
115 // A helper class for setting up watches on the file thread.
153 // Create a separate file thread in order to test proper thread usage.
154 base::Thread::Options options(MessageLoop::TYPE_IO, 0);
199 base::Thread file_thread_;