Home
last modified time | relevance | path

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

/system/uapp/psutils/
A Dtop.c44 } thread_info_t; typedef
96 thread_info_t e = {}; in thread_callback()
121 thread_info_t* temp; in thread_callback()
136 thread_info_t* new_entry = malloc(sizeof(thread_info_t)); in thread_callback()
151 thread_info_t* e; in sort_threads()
153 thread_info_t* t; in sort_threads()
156 list_for_every_entry (&new_list, t, thread_info_t, node) { in sort_threads()
175 thread_info_t* e; in print_threads()
180 list_for_every_entry (&thread_list, e, thread_info_t, node) { in print_threads()
318 thread_info_t* e; in main()
[all …]
/system/utest/exception/
A Dexception.c1639 } thread_info_t; typedef
1647 thread_info_t thread_info[num_threads]; in multiple_threads_registered_death_test()

Completed in 9 milliseconds