Home | History | Annotate | Download | only in rtl

Lines Matching refs:t2

26   ScopedThread t1, t2;
29 t2.Write1(l2);
33 ScopedThread t1, t2;
36 t2.Write1(l, true);
40 ScopedThread t1, t2;
43 t2.Write1(l, true);
47 ScopedThread t1, t2;
50 t2.Read1(l, true);
54 ScopedThread t1, t2;
57 t2.Read1(l);
62 ScopedThread t1, t2;
65 t2.Read1(l, true);
74 ScopedThread t1, t2;
82 t2.Read8(l, true);
93 ScopedThread t1, t2;
101 t2.Read8(l, true);
108 ScopedThread t1, t2;
112 t2.Access((char*)l.loc() + 4, true, 4, true);
117 t2.Access((char*)l.loc() + 7, true, 1, true);
122 t2.Access((char*)l.loc() + 4, true, 2, true);
127 t2.Access((char*)l.loc() + 6, true, 2, true);
132 t2.Access((char*)l.loc() + 4, true, 1, true);
137 t2.Access((char*)l.loc() + 3, true, 1, true);
142 ScopedThread t1, t2;
146 t2.Access((char*)l.loc() + 2, true, 1, true);
151 t2.Access((char*)l.loc(), true, 4, true);
156 ScopedThread t1, t2;
160 t2.Access((char*)l.loc() + 4, true, 4, false);
165 t2.Access((char*)l.loc() + 1, true, 2, false);
166 t2.Access((char*)l.loc() + 5, true, 2, false);
181 ScopedThread t1, t2;
183 t2.Read8(vptr);
190 ScopedThread t1, t2;
192 t2.Read8(vptr, true);
211 ScopedThread t2;
212 t2.Call(&foo);
213 t2.Call(&bar);
214 t2.Write1(l);