Home | History | Annotate | Download | only in tests

Lines Matching defs:Put

143 // Put everything into stderr.
453 // Two write accesses to GLOB are separated by PCQ Put/Get.
457 // 2. Q.Put() ---------\ .
464 Q.Put(NULL);
795 // 4. Q.Put() ---------------> d. Q.Get()
806 Q.Put(NULL);
895 // 2. Q2.Put() ----\ b. Q1.Put() -----\ .
903 Q1.Put(NULL);
907 Q2.Put(NULL);
1406 // 4. Q.Put() ---------\ /------- D. Q.Put()
1420 Q.Put(NULL);
1457 q->Put(NULL);
1458 q->Put(NULL);
1796 // Need to put all ARR[i] into shared state in order
1821 // 4. Q.Put() ---------\ /------- D. Q.Put()
1839 Q.Put(NULL);
1912 // Q1.Put() Q2.Put()
1913 // Q1.Put() Q2.Put()
1936 q->Put(NULL);
1937 q->Put(NULL);
2018 // Q1.Put() Q2.Put()
2019 // Q1.Put() Q2.Put()
2042 q->Put(NULL);
2043 q->Put(NULL);
2158 // 2. Q.Put() --\ .
2165 Q.Put(NULL);
2189 // 2. Q.Put() --\ .
2201 Q.Put(NULL);
2230 // 2. Q.Put() --\ .
2242 Q.Put(NULL);
3026 Q.Put(NULL);
3081 // b. Q.Put() -----> A. Q.Get()
3096 Q.Put(NULL);
3130 // d. Q.Put() -----> A. Q.Get()
3150 Q.Put(NULL);
4156 // 2. Q.Put(a); ------------\ .
4196 Q.Put(a);
4270 Q.Put(a);
6352 q.Put(racey);
6361 q.Put(&tmp);
6574 void Put(int message) {
6610 q.Put(i);
6653 q.Put(1);
6663 q.Put(1);
7410 Q[i]->Put(NULL);
7412 nextQ.Put(GLOB);
7420 Q[0]->Put(GLOB);