Home | History | Annotate | Download | only in tests

Lines Matching refs:Thread2

3994 // Thread1:                  Thread2: 
4001 // Thread2 may not see the result of the event (a).
4141 // and pass this object from Thread1 to Thread2.
4142 // Thread2 calls a->f(). This call reads a->vtpr.
4152 // Threa1: Thread2:
4229 // We create an object 'A *a = new C' in Thread1 and pass it to Thread2.
4230 // Thread2 calls a->f().
4233 // to B::vtbl. This is a problem because Thread2 might not have called a->f()
4693 void Thread2() {
4708 MyThreadArray mta(Thread1, Thread2, Thread3);
4829 static void Thread2() {
4839 MyThreadArray t(Thread1, Thread2);
5679 // test120: TP. Thread1: write then read. Thread2: read. {{{1
5688 void Thread2() {
5697 MyThreadArray t(Thread1, Thread2);
5768 void Thread2() { CorrectWrite(&VAR1); }
5783 MyThreadArray t(Thread1, Thread2, Thread3, Thread4);
6049 void Thread2() {
6055 MyThreadArray t(Thread1, Thread2);
6126 // - Thread2 starts (and there is no happens-before relation between it and
6128 // - Thread2 touches per_thread_global
6129 // It may happen so that Thread2 will have per_thread_global in the same address
6695 void Thread2() { // Runs in thread named 'test-thread-2'.
6704 MyThread t2(Thread2, NULL, "test-thread-2");
6855 // Thread1 and Thread2 access the var under two locks.
7013 void Thread2() { DoWrite2(); }
7024 t2(Thread2, NULL, "writer2"),
7073 void Thread2() { DoWrite2(); }
7087 t2(Thread2, NULL, "good writer2"),
7182 void Thread2() {
7225 MyThreadArray t(Thread1, Thread2);