Lines Matching refs:Thread1
3807 // Thread1: Thread2:
3948 // and pass this object from Thread1 to Thread2.
3950 // Thread1 deletes the object. B::~B waits untill the object can be destroyed
4068 void Thread1() {
4083 MyThreadArray t(Thread1, Thread2);
4095 MyThreadArray t(Thread2, Thread1);
4558 void Thread1() {
4579 MyThreadArray mta(Thread1, Thread2, Thread3);
4628 static void Thread1() {
4647 MyThreadArray t(Thread1, Thread2);
5293 // test120: TP. Thread1: write then read. Thread2: read. {{{1
5297 void Thread1() {
5310 MyThreadArray t(Thread1, Thread2);
5442 void Thread1() { GenericWrite(size[0], offset[0]); }
5478 MyThreadArray t1(Thread1, Thread2);
5574 void Thread1() {
5584 MyThreadArray t(Thread1, Thread2);
5650 // - Thread1 starts
5651 // - Thread1 touches per_thread_global
5652 // - Thread1 ends
5654 // Thread1)
5657 // as Thread1. Since there is no happens-before relation between threads,
6892 void Thread1() {
6940 MyThreadArray t(Thread1, Thread2);
7491 void Thread1() { }
7493 MyThread t(Thread1);