Searched refs:setThreadName (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/netd/libnetdutils/include/netdutils/ |
H A D | ThreadUtil.h | 37 inline void setThreadName(std::string name) { in setThreadName() function 52 setThreadName(handler->threadName().c_str()); in runAndDelete()
|
/aosp12/frameworks/native/cmds/dumpstate/ |
H A D | DumpPool.cpp | 56 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 D | DumpPool.h | 174 void setThreadName(const pthread_t thread, int id);
|
/aosp12/packages/modules/DnsResolver/ |
H A D | Dns64Configuration.cpp | 45 using netdutils::setThreadName; 68 setThreadName(StringPrintf("Nat64Pfx_%u", netId).c_str()); in startPrefixDiscovery()
|
H A D | DnsTlsTransport.cpp | 41 using android::netdutils::setThreadName; 239 setThreadName(StringPrintf("TlsReconn_%u", mMark & 0xffff).c_str()); in doReconnect()
|
H A D | PrivateDnsConfiguration.cpp | 35 using android::netdutils::setThreadName; 196 setThreadName(StringPrintf("TlsVerify_%u", netId).c_str()); in startValidation()
|
H A D | DnsTlsSocket.cpp | 52 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 D | BluetoothMapMessageListingElement.java | 244 public void setThreadName(String name) { in setThreadName() method in BluetoothMapMessageListingElement
|
H A D | BluetoothMapContent.java | 490 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()
|