/aosp_15_r20/art/libartbase/base/ |
H A D | utils.cc | 295 void SetThreadName(pthread_t thr, const char* thread_name) { in SetThreadName() function 331 void SetThreadName(const char* thread_name) { SetThreadName(pthread_self(), thread_name); } in SetThreadName() function
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/ |
D | ThreadUtilTest.cpp | 96 TEST(ThreadUtilTest, SetThreadName) { in TEST() argument
|
/aosp_15_r20/external/libchrome/base/threading/ |
H A D | watchdog.cc | 168 void Watchdog::ThreadDelegate::SetThreadName() const { in SetThreadName() function in base::Watchdog::ThreadDelegate
|
/aosp_15_r20/external/cronet/base/threading/ |
H A D | watchdog.cc | 177 void Watchdog::ThreadDelegate::SetThreadName() const { in SetThreadName() function in base::Watchdog::ThreadDelegate
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cc | 200 void ThreadRegistry::SetThreadName(u32 tid, const char *name) { in SetThreadName() function in __sanitizer::ThreadRegistry
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | thread_tree.cpp | 44 void ThreadTree::SetThreadName(int pid, int tid, const std::string& comm) { in SetThreadName() function in simpleperf::ThreadTree
|
/aosp_15_r20/external/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cc | 122 void SetThreadName(const char *name) { in SetThreadName() function
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | com_android_internal_os_Zygote.cpp | 906 void SetThreadName(const std::string& thread_name) { in SetThreadName() function
|
/aosp_15_r20/art/runtime/ |
H A D | thread.cc | 1344 void Thread::SetThreadName(const char* name) { in SetThreadName() function in art::Thread
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_instructions.cc | 88 void SetThreadName(HloComputation* called_computation, in SetThreadName() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/ |
D | __init__.py | 2498 def SetThreadName(self, thread_name): member in SBBreakpoint 2877 def SetThreadName(self, thread_name): member in SBBreakpointLocation 3024 def SetThreadName(self, thread_name): member in SBBreakpointName
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3.11/site-packages/lldb/ |
D | __init__.py | 2462 def SetThreadName(self, thread_name): member in SBBreakpoint 2841 def SetThreadName(self, thread_name): member in SBBreakpointLocation 2988 def SetThreadName(self, thread_name): member in SBBreakpointName
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/ |
D | __init__.py | 2514 def SetThreadName(self, thread_name): member in SBBreakpoint 2893 def SetThreadName(self, thread_name): member in SBBreakpointLocation 3040 def SetThreadName(self, thread_name): member in SBBreakpointName
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3.11/site-packages/lldb/ |
D | __init__.py | 2498 def SetThreadName(self, thread_name): member in SBBreakpoint 2877 def SetThreadName(self, thread_name): member in SBBreakpointLocation 3024 def SetThreadName(self, thread_name): member in SBBreakpointName
|