Searched defs:HandlerThread (Results 1 – 2 of 2) sorted by relevance
28 public class HandlerThread extends Thread { class34 public HandlerThread(String name) { in HandlerThread() method in HandlerThread45 public HandlerThread(String name, int priority) { in HandlerThread() method in HandlerThread
28 fun HandlerThread.waitForIdle(timeoutMs: Int) = threadHandler.waitForIdle(timeoutMs.toLong()) in HandlerThread() method29 fun HandlerThread.waitForIdle(timeoutMs: Long) = threadHandler.waitForIdle(timeoutMs) in HandlerThread() method