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()
1201 && inner.ready_threads.is_empty() in needs_thread()
1339 let ready = take(&mut inner.ready_threads); in deferred_release()
1707 guard.ready_threads.push_front(list_arc); in new()
1724 unsafe { inner.ready_threads.remove(self.thread) }; in drop()
/linux/drivers/android/
H A Dbinder.c6778 int count, strong, weak, ready_threads; in print_binder_proc_stats() local
6785 ready_threads = 0; in print_binder_proc_stats()
6791 ready_threads++; in print_binder_proc_stats()
6798 ready_threads, in print_binder_proc_stats()