Home | History | Annotate | Download | only in unittest

Lines Matching full:thread2

51 void Thread2() {  // Runs in thread named 'test-thread-2'.
60 MyThread t2(Thread2, NULL, "test-thread-2");
206 // Thread1 and Thread2 access the var under two locks.
360 void Thread2() { DoWrite2(); }
371 t2(Thread2, NULL, "writer2"),
398 void GoodWriter2() { // Runs in Thread2
419 void Thread2() { DoWrite2(); }
433 t2(Thread2, NULL, "good writer2"),
545 void Thread2() {
552 MyThreadArray t(Thread1, Thread2);
558 MyThreadArray t(Thread2, Thread1);
581 void Thread2() {
591 MyThreadArray t(Thread1, Thread2);