Lines Matching refs:Thread2
3807 // Thread1: Thread2:
3814 // Thread2 may not see the result of the event (a).
3948 // and pass this object from Thread1 to Thread2.
3949 // Thread2 calls a->f(). This call reads a->vtpr.
3959 // Threa1: Thread2:
4074 void Thread2() {
4083 MyThreadArray t(Thread1, Thread2);
4095 MyThreadArray t(Thread2, Thread1);
4564 void Thread2() {
4579 MyThreadArray mta(Thread1, Thread2, Thread3);
4637 static void Thread2() {
4647 MyThreadArray t(Thread1, Thread2);
5293 // test120: TP. Thread1: write then read. Thread2: read. {{{1
5302 void Thread2() {
5310 MyThreadArray t(Thread1, Thread2);
5443 void Thread2() { GenericWrite(size[1], offset[1]); }
5478 MyThreadArray t1(Thread1, Thread2);
5578 void Thread2() {
5584 MyThreadArray t(Thread1, Thread2);
5653 // - Thread2 starts (and there is no happens-before relation between it and
5655 // - Thread2 touches per_thread_global
5656 // It may happen so that Thread2 will have per_thread_global in the same address
6897 void Thread2() {
6940 MyThreadArray t(Thread1, Thread2);
7492 void Thread2() {
7498 MyThread t(Thread2);