Searched refs:currentThread (Results 1 – 12 of 12) sorted by relevance
76 Thread.currentThread().sleep(3000); in run()84 Thread.currentThread().suspend(); in run()
808 if (Thread.currentThread() == scrollThread) in initAutoScroll()842 while (scrollThread == Thread.currentThread()) { in run()
760 while (Thread.currentThread() == cursorThread) { in run()
77 Thread t = Thread.currentThread(); in startAggregateThread()127 Thread t = Thread.currentThread(); in main()143 Thread t = Thread.currentThread(); in main()
133 Thread.currentThread().sleep(sleepyTime); in start()163 Thread.currentThread().setName("SLP Active DA Discovery"); in run()
1034 Thread.currentThread().setName("SLP Broadcast Transact"); in run()1038 Thread.currentThread().setName("SLP Multicast Transact"); in run()
374 Thread.currentThread().sleep(conf.getRandomWait()); in forwardRegistrations()
254 Thread.currentThread().setName("slpd"); in main()
87 static unsigned long currentThread();
91 unsigned long Thread::currentThread() in currentThread() function in Thread
267 t = threading.currentThread()731 t = threading.currentThread()956 t = threading.currentThread()1124 t = threading.currentThread()
888 mainThread = Thread.currentThread(); in run()