Home | History | Annotate | Download | only in tests

Lines Matching refs:Thread1

3996 // Thread1:                  Thread2: 
4143 // and pass this object from Thread1 to Thread2.
4145 // Thread1 deletes the object. B::~B waits untill the object can be destroyed
4231 // We create an object 'A *a = new C' in Thread1 and pass it to Thread2.
4233 // Thread1 calls 'delete a'.
4689 void Thread1() {
4710 MyThreadArray mta(Thread1, Thread2, Thread3);
4822 static void Thread1() {
4841 MyThreadArray t(Thread1, Thread2);
5681 // test120: TP. Thread1: write then read. Thread2: read. {{{1
5685 void Thread1() {
5699 MyThreadArray t(Thread1, Thread2);
5769 void Thread1() { WriteWhileHoldingReaderLock(&VAR1); }
5785 MyThreadArray t(Thread1, Thread2, Thread3, Thread4);
6048 void Thread1() {
6057 MyThreadArray t(Thread1, Thread2);
6125 // - Thread1 starts
6126 // - Thread1 touches per_thread_global
6127 // - Thread1 ends
6129 // Thread1)
6132 // as Thread1. Since there is no happens-before relation between threads,
6692 void Thread1() { // Runs in thread named 'test-thread-1'.
6705 MyThread t1(Thread1, NULL, "test-thread-1");
6857 // Thread1 and Thread2 access the var under two locks.
6964 GLOB="Thread1";
7012 void Thread1() { DoWrite1(); }
7025 MyThread t1(Thread1, NULL, "writer1"),
7072 void Thread1() { DoWrite1(); }
7088 MyThread t1(Thread1, NULL, "good writer1"),
7179 void Thread1() {
7227 MyThreadArray t(Thread1, Thread2);