Home
last modified time | relevance | path

Searched defs:thread_name (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/proto/android/os/
H A Dlooper.proto29 optional string thread_name = 1; field
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp66 std::string thread_name = get_thread_name(target_tid); in engrave_tombstone_ucontext() local
/aosp14/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dtypes.h33 std::string thread_name; member
/aosp14/system/core/libprocessgroup/
H A Dsched_policy.cpp76 char thread_name[255]; in set_sched_policy() local
/aosp14/system/core/debuggerd/handler/
H A Ddebuggerd_handler.cpp215 char thread_name[MAX_TASK_NAME_LEN + 1]; // one more for termination in log_signal_summary() local
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp889 void SetThreadName(const std::string& thread_name) { in SetThreadName()