Home
last modified time | relevance | path

Searched refs:setThreadName (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/netd/libnetdutils/include/netdutils/
H A DThreadUtil.h37 inline void setThreadName(std::string name) { in setThreadName() function
52 setThreadName(handler->threadName().c_str()); in runAndDelete()
/aosp12/frameworks/native/cmds/dumpstate/
H A DDumpPool.cpp56 setThreadName(pthread_self(), i + 1); in start()
172 void DumpPool::setThreadName(const pthread_t thread, int id) { in setThreadName() function in android::os::dumpstate::DumpPool
H A DDumpPool.h174 void setThreadName(const pthread_t thread, int id);
/aosp12/packages/modules/DnsResolver/
H A DDns64Configuration.cpp45 using netdutils::setThreadName;
68 setThreadName(StringPrintf("Nat64Pfx_%u", netId).c_str()); in startPrefixDiscovery()
H A DDnsTlsTransport.cpp41 using android::netdutils::setThreadName;
239 setThreadName(StringPrintf("TlsReconn_%u", mMark & 0xffff).c_str()); in doReconnect()
H A DPrivateDnsConfiguration.cpp35 using android::netdutils::setThreadName;
196 setThreadName(StringPrintf("TlsVerify_%u", netId).c_str()); in startValidation()
H A DDnsTlsSocket.cpp52 using netdutils::setThreadName;
403 setThreadName(StringPrintf("TlsListen_%u", mMark & 0xffff).c_str()); in loop()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java244 public void setThreadName(String name) { in setThreadName() method in BluetoothMapMessageListingElement
H A DBluetoothMapContent.java490 private void setThreadName(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setThreadName() method in BluetoothMapContent
496 e.setThreadName(threadName); in setThreadName()
2455 setThreadName(ele, tmpCursor, fi, ap); in msgListing()