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

/pkg/src/
H A Ddepot.py55 # The minimum number of threads allowed.
57 # The default number of threads to start.
59 # The maximum number of threads that can be started.
154 Usage: /usr/lib/pkg.depotd [-a address] [-d inst_root] [-p port] [-s threads]
173 -s threads The number of threads that will be started to serve
315 threads = int(arg)
316 if threads < THREADS_MIN:
320 if threads > THREADS_MAX:
324 ivalues["pkg"]["threads"]
626 threads = dconf.get_property("pkg", "threads") variable
[all...]

Completed in 9 milliseconds