Home | History | Annotate | Download | only in tests

Lines Matching defs:thread

42     WorkerThread thread;
45 thread.schedule(
62 WorkerThread thread;
64 thread.schedule([&]() { executed2 = true; }, 100ms);
65 thread.schedule([&]() { executed1 = true; }, 25ms);
68 thread.cancelAll();
78 WorkerThread thread;
80 thread.schedule(
87 thread.schedule(
94 thread.schedule(
101 thread.schedule(
108 thread.schedule(
125 WorkerThread thread;
127 thread.schedule([&]() { executed2 = true; }, 100ms);
128 thread.schedule([&]() { executed1 = true; }, 25ms);