Home
last modified time | relevance | path

Searched refs:androidSetThreadName (Results 1 – 3 of 3) sorted by relevance

/system/core/libutils/include/utils/
DAndroidThreads.h60 extern void androidSetThreadName(const char* name);
/system/core/libutils/
DThreads.cpp89 androidSetThreadName(name); in trampoline()
96 void androidSetThreadName(const char* name) { in androidSetThreadName() function
/system/libhwbinder/
DProcessState.cpp292 androidSetThreadName( makeBinderThreadName().string() ); in giveThreadPoolName()