Home
last modified time | relevance | path

Searched refs:thread_list (Results 1 – 4 of 4) sorted by relevance

/system/uapp/psutils/
A Dtop.c54 static struct list_node thread_list = LIST_INITIAL_VALUE(thread_list); variable
122 list_for_every_entry (&thread_list, temp, thread_info_t, node) { in thread_callback()
139 list_add_tail(&thread_list, &new_entry->node); in thread_callback()
152 while ((e = list_remove_head_type(&thread_list, thread_info_t, node))) { in sort_threads()
171 list_move(&new_list, &thread_list); in sort_threads()
180 list_for_every_entry (&thread_list, e, thread_info_t, node) { in print_threads()
319 list_for_every_entry (&thread_list, e, thread_info_t, node) { in main()
339 list_for_every_entry_safe (&thread_list, e, temp, thread_info_t, node) { in main()
/system/ulib/async-loop/
A Dloop.c91 list_node_t thread_list; // earliest created thread first member
163 list_initialize(&loop->thread_list); in async_loop_create()
772 list_add_tail(&loop->thread_list, &rec->node); in async_loop_start_thread()
785 thread_record_t* rec = (thread_record_t*)list_remove_head(&loop->thread_list); in async_loop_join_threads()
/system/utest/fs/
A Dtest-rw-workers.c71 typedef struct thread_list { struct
A Dtest-random-op.c70 typedef struct thread_list { struct

Completed in 12 milliseconds