Lines Matching refs:t
132 Thread t = new Thread() { in testRacyLoader() local
139 } catch (Throwable t) { in testRacyLoader()
140 results[my_index] = t; in testRacyLoader()
144 t.start(); in testRacyLoader()
145 threads[i] = t; in testRacyLoader()
147 for (Thread t : threads) { in testRacyLoader()
148 t.join(); in testRacyLoader()
168 Thread t = new Thread() { in testRacyLoader2() local
176 } catch (Throwable t) { in testRacyLoader2()
177 results[my_index] = t; in testRacyLoader2()
181 t.start(); in testRacyLoader2()
182 threads[i] = t; in testRacyLoader2()
184 for (Thread t : threads) { in testRacyLoader2()
185 t.join(); in testRacyLoader2()
204 Thread t = new Thread() { in testRacyMisbehavingLoader() local
211 } catch (Throwable t) { in testRacyMisbehavingLoader()
212 results[my_index] = t; in testRacyMisbehavingLoader()
216 t.start(); in testRacyMisbehavingLoader()
217 threads[i] = t; in testRacyMisbehavingLoader()
219 for (Thread t : threads) { in testRacyMisbehavingLoader()
220 t.join(); in testRacyMisbehavingLoader()
239 Thread t = new Thread() { in testRacyMisbehavingLoader2() local
246 } catch (Throwable t) { in testRacyMisbehavingLoader2()
247 results[my_index] = t; in testRacyMisbehavingLoader2()
251 t.start(); in testRacyMisbehavingLoader2()
252 threads[i] = t; in testRacyMisbehavingLoader2()
254 for (Thread t : threads) { in testRacyMisbehavingLoader2()
255 t.join(); in testRacyMisbehavingLoader2()