Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dhttpserver.py1047 def __init__(self, nworkers, daemon=False, **threadpool_options): argument
1056 **threadpool_options)
1150 threadpool_options=None, request_queue_size=None): argument
1154 if threadpool_options is None:
1155 threadpool_options = {}
1157 **threadpool_options)
1169 threadpool_options=None, request_queue_size=5): argument
1309 threadpool_options=threadpool_options,
1352 threadpool_options = {}
1355 threadpool_options[name[len('threadpool_'):]] = value
[all …]