Home | History | Annotate | Download | only in system

Lines Matching refs:WaitingThread

28 class WaitingThread : public base::SimpleThread {
30 explicit WaitingThread(MojoDeadline deadline)
39 virtual ~WaitingThread() {
87 DISALLOW_COPY_AND_ASSIGN(WaitingThread);
98 WaitingThread thread(static_cast<MojoDeadline>(10 * kEpsilonMicros));
108 WaitingThread thread(static_cast<MojoDeadline>(10 * kEpsilonMicros));
118 WaitingThread thread(static_cast<MojoDeadline>(10 * kEpsilonMicros));
131 WaitingThread thread(static_cast<MojoDeadline>(10 * kEpsilonMicros));
144 WaitingThread thread(static_cast<MojoDeadline>(2 * kEpsilonMicros));
156 WaitingThread thread(MOJO_DEADLINE_INDEFINITE);
166 WaitingThread thread(MOJO_DEADLINE_INDEFINITE);
176 WaitingThread thread(MOJO_DEADLINE_INDEFINITE);
189 WaitingThread thread(MOJO_DEADLINE_INDEFINITE);
236 WaitingThread thread(MOJO_DEADLINE_INDEFINITE);
246 WaitingThread thread(MOJO_DEADLINE_INDEFINITE);
256 WaitingThread thread(MOJO_DEADLINE_INDEFINITE);
268 WaitingThread thread(static_cast<MojoDeadline>(10 * kEpsilonMicros));