Searched defs:InnerThread (Results 1 – 1 of 1) sorted by relevance
243 struct InnerThread { struct246 looper_flags: u32,249 looper_need_return: bool,252 is_dead: bool,256 reply_work: DArc<ThreadError>,281 impl InnerThread { argument