Searched refs:threadName (Results 1 – 7 of 7) sorted by relevance
31 public Handler create(Lifetime lifetime, String threadName) { in create() argument32 final HandlerThread thread = new HandlerThread(threadName); in create()51 public Handler create(Lifetime lifetime, String threadName, int javaThreadPriority) { in create() argument52 final HandlerThread thread = new HandlerThread(threadName); in create()
57 std::string threadName();84 std::string threadName();111 std::string threadName();139 std::string threadName();
769 std::string DnsProxyListener::GetAddrInfoHandler::threadName() { in threadName() function in android::net::DnsProxyListener::GetAddrInfoHandler1001 std::string DnsProxyListener::ResNSendHandler::threadName() { in threadName() function in android::net::DnsProxyListener::ResNSendHandler1196 std::string DnsProxyListener::GetHostByNameHandler::threadName() { in threadName() function in android::net::DnsProxyListener::GetHostByNameHandler1357 std::string DnsProxyListener::GetHostByAddrHandler::threadName() { in threadName() function in android::net::DnsProxyListener::GetHostByAddrHandler
74 String threadName = currentThread.getName(); in loop() local82 currentThread.setName(threadName + " " + task.getName()); in loop()
1782 public WatchDogThread(String threadName, int timeout) { in WatchDogThread() argument1783 super(threadName); in WatchDogThread()
495 String threadName = c.getString(fi.mMessageColThreadName); in setThreadName() local496 e.setThreadName(threadName); in setThreadName()498 Log.d(TAG, "setThreadName: " + threadName + "\n"); in setThreadName()
1788 String threadName = c.getString(c.getColumnIndex( in handleMsgListChangesMsg() local1792 threadId, threadName); in handleMsgListChangesMsg()