Home
last modified time | relevance | path

Searched refs:max_children (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/test/
H A Dtest-use-scratch-register-scope.cc86 int max_children = static_cast<int>(std::abs(mrand48()) % kDepthLimit); in Run() local
87 int children = std::max(0, max_children - depth); in Run()
/third_party/python/Lib/
H A Dsocketserver.py556 max_children = 40 variable in .ForkingMixIn
570 # above max_children.
571 while len(self.active_children) >= self.max_children:

Completed in 2 milliseconds