Lines Matching refs:Thread1
3994 // Thread1: Thread2:
4141 // and pass this object from Thread1 to Thread2.
4143 // Thread1 deletes the object. B::~B waits untill the object can be destroyed
4229 // We create an object 'A *a = new C' in Thread1 and pass it to Thread2.
4231 // Thread1 calls 'delete a'.
4687 void Thread1() {
4708 MyThreadArray mta(Thread1, Thread2, Thread3);
4820 static void Thread1() {
4839 MyThreadArray t(Thread1, Thread2);
5679 // test120: TP. Thread1: write then read. Thread2: read. {{{1
5683 void Thread1() {
5697 MyThreadArray t(Thread1, Thread2);
5767 void Thread1() { WriteWhileHoldingReaderLock(&VAR1); }
5783 MyThreadArray t(Thread1, Thread2, Thread3, Thread4);
6046 void Thread1() {
6055 MyThreadArray t(Thread1, Thread2);
6123 // - Thread1 starts
6124 // - Thread1 touches per_thread_global
6125 // - Thread1 ends
6127 // Thread1)
6130 // as Thread1. Since there is no happens-before relation between threads,
6690 void Thread1() { // Runs in thread named 'test-thread-1'.
6703 MyThread t1(Thread1, NULL, "test-thread-1");
6855 // Thread1 and Thread2 access the var under two locks.
6962 GLOB="Thread1";
7010 void Thread1() { DoWrite1(); }
7023 MyThread t1(Thread1, NULL, "writer1"),
7070 void Thread1() { DoWrite1(); }
7086 MyThread t1(Thread1, NULL, "good writer1"),
7177 void Thread1() {
7225 MyThreadArray t(Thread1, Thread2);