Searched defs:threadName (Results 1 – 4 of 4) sorted by relevance
74 String threadName = currentThread.getName(); in loop() local
376 String threadName = Thread.currentThread().getName(); in sync() local
1549 String threadName = "ExchangeService Alert: "; in alert() local
4713 public IntentProcessor(String threadName) { in IntentProcessor()