Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dprocess.rs109 ready_threads: List<Thread>, field
145 ready_threads: List::new(), in new()
177 if let Some(thread) = self.ready_threads.pop_front() { in push_work()
1207 && inner.ready_threads.is_empty() in needs_thread()
1346 let ready = take(&mut inner.ready_threads); in deferred_release()
1714 guard.ready_threads.push_front(list_arc); in new()
1731 unsafe { inner.ready_threads.remove(self.thread) }; in drop()
/linux/drivers/android/
H A Dbinder.c6789 int count, strong, weak, ready_threads; in print_binder_proc_stats() local
6796 ready_threads = 0; in print_binder_proc_stats()
6802 ready_threads++; in print_binder_proc_stats()
6809 ready_threads, in print_binder_proc_stats()