OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:androidSetThreadName
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/utils/
AndroidThreads.h
60
extern void
androidSetThreadName
(const char* name);
/frameworks/native/libs/utils/
Threads.cpp
112
androidSetThreadName
(name);
119
void
androidSetThreadName
(const char* name) {
/frameworks/native/libs/binder/
ProcessState.cpp
313
androidSetThreadName
( makeBinderThreadName().string() );
Completed in 2561 milliseconds