Home
last modified time | relevance | path

Searched refs:collect_children (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/
Dsocketserver.py552 def collect_children(self, *, blocking=False): member in ForkingMixIn
592 self.collect_children()
599 self.collect_children()
628 self.collect_children(blocking=self.block_on_close)
/external/python/cpython2/Lib/
DSocketServer.py515 def collect_children(self): member in ForkingMixIn
554 self.collect_children()
558 self.collect_children()
/external/openssh/
Dserverloop.c376 collect_children(struct ssh *ssh) in collect_children() function
448 collect_children(ssh); in server_loop2()
455 collect_children(ssh); in server_loop2()
/external/rust/crates/bindgen/src/
Dclang.rs415 pub fn collect_children(&self) -> Vec<Cursor> { in collect_children() method
/external/rust/crates/bindgen/src/ir/
Dcontext.rs1597 let mut children = location.collect_children(); in instantiate_template()