Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
DSocketServer.py515 def collect_children(self): member in ForkingMixIn
/external/openssh/
Dserverloop.c376 collect_children(struct ssh *ssh) in collect_children() function
/external/python/cpython3/Lib/
Dsocketserver.py552 def collect_children(self, *, blocking=False): member in ForkingMixIn
/external/rust/crates/bindgen/src/
Dclang.rs415 pub fn collect_children(&self) -> Vec<Cursor> { in collect_children() method