Searched refs:waiting_threads (Results 1 – 2 of 2) sorted by relevance
429 struct list_head waiting_threads; member
552 thread = list_first_entry_or_null(&proc->waiting_threads, in binder_select_thread_ilocked()3724 &proc->waiting_threads); in binder_wait_for_work()4195 list_empty(&thread->proc->waiting_threads) && in binder_thread_read()5067 INIT_LIST_HEAD(&proc->waiting_threads); in binder_open()5712 list_for_each_entry(thread, &proc->waiting_threads, waiting_thread_node) in print_binder_proc_stats()
Completed in 28 milliseconds