Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/infra/specs/
Dtest_suite_exceptions.pyl16 # anglebug.com/5328 suspecting blue screen caused by multiprocess
45 # anglebug.com/5328 suspecting blue screen caused by multiprocess
/third_party/python/Lib/wsgiref/
Dhandlers.py448 multithread=True, multiprocess=False argument
455 self.wsgi_multiprocess = multiprocess
534 read_environ(), multithread=False, multiprocess=True
570 environ, multithread=False, multiprocess=True
/third_party/ltp/testcases/network/nfsv4/acl/
DREADME13 stress: multiprocess application to stress the ACL
/third_party/python/Doc/library/
Dwsgiref.rst463 to true, ``wsgi.multithread`` to false, and ``wsgi.multiprocess`` to true, and
494 .. class:: BaseCGIHandler(stdin, stdout, stderr, environ, multithread=True, multiprocess=False)
498 The *multithread* and *multiprocess* values are used to set the
499 ``wsgi.multithread`` and ``wsgi.multiprocess`` flags for any applications run by
509 .. class:: SimpleHandler(stdin, stdout, stderr, environ, multithread=True, multiprocess=False)
594 The value to be used for the ``wsgi.multiprocess`` environment variable. It
Dmultiprocessing.rst52 multiprocess program is ::
1222 Generally synchronization primitives are not as necessary in a multiprocess
/third_party/python/Misc/NEWS.d/
D3.10.0a6.rst150 :func:`multiprocess.synchronize` is available on a given platform and rely
D3.8.0a4.rst897 ``-jN/--multiprocess N``. ``--findleaks`` becomes a deprecated alias to
D3.9.0a1.rst4101 Enhance regrtest multiprocess timeout: write a message when killing a worker
/third_party/python/Lib/test/
Dtest_wsgiref.py542 multithread=True, multiprocess=True
/third_party/boost/libs/interprocess/doc/
Dinterprocess.qbk6976 …cket/9008 #9008] (['"conditions variables fast enough only when opening a multiprocess browser"]]).
/third_party/python/Misc/
DHISTORY7068 in multiprocess mode. Patch by Chris Jerdonek.
7078 parent folder when running tests in multiprocess mode from a Python build.
10343 more quickly. The --multiprocess option is now enabled by default, reducing
15988 - Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running