OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:for_each_tid_func
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/cmds/dumpstate/
dumpstate.h
28
typedef void (
for_each_tid_func
)(int, int, const char *);
typedef
52
void for_each_tid(
for_each_tid_func
func, const char *header);
utils.c
101
for_each_tid_func
*func = arg;
145
void for_each_tid(
for_each_tid_func
func, const char *header) {
Completed in 33 milliseconds