Searched refs:waiting_threads (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/android/
H A Dbinder.c22 * (proc->threads, proc->waiting_threads, proc->nodes)
600 * Note that calling this function moves the thread off the waiting_threads
614 thread = list_first_entry_or_null(&proc->waiting_threads,
661 * added to waiting_threads. For this case, we just iterate
3098 * thread from proc->waiting_threads to enqueue
3100 * todo list while the thread is on waiting_threads.
4315 &proc->waiting_threads);
4777 list_empty(&thread->proc->waiting_threads) &&
5661 INIT_LIST_HEAD(&proc->waiting_threads);
6307 list_for_each_entry(thread, &proc->waiting_threads, waiting_thread_nod
[all...]
H A Dbinder_internal.h340 * @waiting_threads: threads currently waiting for proc work
408 struct list_head waiting_threads; member in struct:binder_proc
444 * @waiting_thread_node: element for @proc->waiting_threads list

Completed in 538 milliseconds