Home
last modified time | relevance | path

Searched defs:InnerThread (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/android/binder/
H A Dthread.rs235 struct InnerThread { struct
238 looper_flags: u32,
241 looper_need_return: bool,
244 is_dead: bool,
248 reply_work: DArc<ThreadError>,
273 impl InnerThread { argument