Home | History | Annotate | Download | only in unittest

Lines Matching refs:Thread1

46 void Thread1() {  // Runs in thread named 'test-thread-1'.
59 MyThread t1(Thread1, NULL, "test-thread-1");
206 // Thread1 and Thread2 access the var under two locks.
310 GLOB="Thread1";
357 void Thread1() { DoWrite1(); }
370 MyThread t1(Thread1, NULL, "writer1"),
392 void GoodWriter1() { // Runs in Thread1
416 void Thread1() { DoWrite1(); }
432 MyThread t1(Thread1, NULL, "good writer1"),
540 void Thread1() {
552 MyThreadArray t(Thread1, Thread2);
558 MyThreadArray t(Thread2, Thread1);
571 void Thread1() {
591 MyThreadArray t(Thread1, Thread2);