Home
last modified time | relevance | path

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

/system/core/include/utils/
DAndroidThreads.h60 extern void androidSetThreadName(const char* name);
/system/core/libutils/
DThreads.cpp95 androidSetThreadName(name); in trampoline()
102 void androidSetThreadName(const char* name) { in androidSetThreadName() function