Home
last modified time | relevance | path

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

/linux/drivers/android/ !
H A Dbinder_internal.h351 * @waiting_threads: threads currently waiting for proc work
423 struct list_head waiting_threads; member
460 * @waiting_thread_node: element for @proc->waiting_threads list
H A Dbinder.c22 * (proc->threads, proc->waiting_threads, proc->nodes)
602 * Note that calling this function moves the thread off the waiting_threads
616 thread = list_first_entry_or_null(&proc->waiting_threads, in binder_select_thread_ilocked()
663 * added to waiting_threads. For this case, we just iterate in binder_wakeup_thread_ilocked()
3183 * thread from proc->waiting_threads to enqueue in binder_transaction()
3185 * todo list while the thread is on waiting_threads. in binder_transaction()
4583 &proc->waiting_threads); in binder_wait_for_work()
5083 list_empty(&thread->proc->waiting_threads) && in binder_thread_read()
6018 INIT_LIST_HEAD(&proc->waiting_threads); in binder_open()
6727 list_for_each_entry(thread, &proc->waiting_threads, waiting_thread_nod in print_binder_proc_stats()
[all...]