/aosp12/frameworks/base/core/proto/android/os/ |
H A D | looper.proto | 29 optional string thread_name = 1; field
|
/aosp12/art/runtime/ |
H A D | runtime_linux.cc | 39 std::string thread_name(GetThreadName(tid)); in HandleUnexpectedSignalLinux() local
|
H A D | monitor_android.cc | 62 std::string thread_name; in LogContentionEvent() local
|
H A D | runtime_common.cc | 398 std::string thread_name(GetThreadName(tid)); in HandleUnexpectedSignalCommonDump() local
|
/aosp12/system/bt/test/mock/ |
H A D | mock_common_message_loop_thread.cc | 34 MessageLoopThread::MessageLoopThread(const std::string& thread_name) in MessageLoopThread() 37 MessageLoopThread::MessageLoopThread(const std::string& thread_name, in MessageLoopThread()
|
/aosp12/system/bt/common/ |
H A D | message_loop_thread.cc | 34 MessageLoopThread::MessageLoopThread(const std::string& thread_name) in MessageLoopThread() 37 MessageLoopThread::MessageLoopThread(const std::string& thread_name, in MessageLoopThread()
|
/aosp12/bionic/libc/bionic/ |
H A D | pthread_setname_np.cpp | 86 int pthread_setname_np(pthread_t t, const char* thread_name) { in pthread_setname_np()
|
/aosp12/hardware/qcom/display/msm8960/libhwcomposer/ |
H A D | hwc_vsync.cpp | 57 char thread_name[64] = HWC_VSYNC_THREAD_NAME; in vsync_loop() local
|
H A D | hwc_uevents.cpp | 182 char thread_name[64] = HWC_UEVENT_THREAD_NAME; in uevent_loop() local
|
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_uevents.cpp | 214 char thread_name[64] = HWC_UEVENT_THREAD_NAME; in uevent_loop() local
|
H A D | hwc_vsync.cpp | 114 char thread_name[64] = HWC_VSYNC_THREAD_NAME; in vsync_loop() local
|
/aosp12/system/bt/gd/os/linux_generic/ |
H A D | thread_unittest.cc | 73 TEST_F(ThreadTest, thread_name) { in TEST_F() argument
|
/aosp12/art/test/1971-multi-force-early-return/src/art/ |
H A D | Test1971.java | 92 String thread_name = Thread.currentThread().getName(); in runTest() local
|
/aosp12/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
H A D | types.h | 32 std::string thread_name; member
|
/aosp12/art/test/931-agent-thread/ |
H A D | agent_thread.cc | 95 ScopedLocalRef<jobject> thread_name(env, env->NewStringUTF("Agent Thread")); in Java_art_Test931_testAgentThread() local
|
/aosp12/system/extras/simpleperf/ |
H A D | cmd_report_sample.proto | 117 optional string thread_name = 3; field
|
H A D | RecordFilter.cpp | 76 void RecordFilter::AddThreadNameRegex(const std::string& thread_name, bool exclude) { in AddThreadNameRegex()
|
/aosp12/system/core/libprocessgroup/ |
H A D | sched_policy.cpp | 76 char thread_name[255]; in set_sched_policy() local
|
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_vsync.cpp | 95 char thread_name[64] = HWC_VSYNC_THREAD_NAME; in vsync_loop() local
|
H A D | hwc_uevents.cpp | 324 char thread_name[64] = HWC_UEVENT_THREAD_NAME; in uevent_loop() local
|
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_uevents.cpp | 317 char thread_name[64] = HWC_UEVENT_THREAD_NAME; in uevent_loop() local
|
H A D | hwc_vsync.cpp | 105 char thread_name[64] = HWC_VSYNC_THREAD_NAME; in vsync_loop() local
|
/aosp12/art/test/1919-vminit-thread-start-timing/ |
H A D | vminit.cc | 83 ScopedLocalRef<jobject> thread_name(env, env->NewStringUTF("JVMTI_THREAD-Test1919")); in CreateAgentThread() local
|
/aosp12/art/test/912-classes/ |
H A D | classes.cc | 305 std::string thread_name = GetThreadName(jenv, jni_env, thread); in ClassLoadCallback() local 327 std::string thread_name = GetThreadName(jenv, jni_env, thread); in ClassPrepareCallback() local 391 ScopedLocalRef<jobject> thread_name(env, env->NewStringUTF(name_str.c_str())); in RunEventThread() local
|
/aosp12/system/bt/osi/src/ |
H A D | thread.cc | 187 const char* thread_name(const thread_t* thread) { in thread_name() function
|