Searched defs:InnerThread (Results 1 – 1 of 1) sorted by relevance
235 struct InnerThread { struct238 looper_flags: u32,241 looper_need_return: bool,244 is_dead: bool,248 reply_work: DArc<ThreadError>,273 impl InnerThread { argument