Searched refs:threadToInterrupt (Results 1 – 2 of 2) sorted by relevance
333 final Thread threadToInterrupt; field in QueuesTest.Interrupter335 Interrupter(Thread threadToInterrupt) { in Interrupter() argument336 this.threadToInterrupt = threadToInterrupt; in Interrupter()346 threadToInterrupt.interrupt(); in run()
332 final Thread threadToInterrupt; field in QueuesTest.Interrupter334 Interrupter(Thread threadToInterrupt) { in Interrupter() argument335 this.threadToInterrupt = threadToInterrupt; in Interrupter()345 threadToInterrupt.interrupt(); in run()