Searched defs:InnerThread (Results 1 – 1 of 1) sorted by relevance
236 struct InnerThread { struct239 looper_flags: u32,242 looper_need_return: bool,245 is_dead: bool,249 reply_work: DArc<ThreadError>,274 impl InnerThread { argument