Searched refs:thread_name (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/proto/android/os/
H A Dlooper.proto29 optional string thread_name = 1;
/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp487 void SetThreadName(const char* thread_name) { argument
490 const char* s = thread_name;
499 const int len = s - thread_name;
501 s = thread_name;
503 s = thread_name + len - 15;

Completed in 3113 milliseconds