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

/fuchsia/zircon/system/uapp/psutils/
H A Dtop.c43 } thread_info_t; typedef in typeref:struct:__anon873
95 thread_info_t e = {};
120 thread_info_t* temp;
121 list_for_every_entry (&thread_list, temp, thread_info_t, node) {
135 thread_info_t* new_entry = malloc(sizeof(thread_info_t));
150 thread_info_t* e;
151 while ((e = list_remove_head_type(&thread_list, thread_info_t, node))) {
152 thread_info_t* t;
155 list_for_every_entry (&new_list, t, thread_info_t, nod
[all...]
/fuchsia/zircon/system/utest/exception/
H A Dexception.c1706 } thread_info_t; typedef in typeref:struct:thread_info
1714 thread_info_t thread_info[num_threads];

Completed in 88 milliseconds