Searched refs:multiprocess (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/angle2/infra/specs/ |
D | test_suite_exceptions.pyl | 16 # anglebug.com/5328 suspecting blue screen caused by multiprocess 45 # anglebug.com/5328 suspecting blue screen caused by multiprocess
|
/third_party/python/Lib/wsgiref/ |
D | handlers.py | 448 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/ |
D | README | 13 stress: multiprocess application to stress the ACL
|
/third_party/python/Doc/library/ |
D | wsgiref.rst | 463 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
|
D | multiprocessing.rst | 52 multiprocess program is :: 1222 Generally synchronization primitives are not as necessary in a multiprocess
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a6.rst | 150 :func:`multiprocess.synchronize` is available on a given platform and rely
|
D | 3.8.0a4.rst | 897 ``-jN/--multiprocess N``. ``--findleaks`` becomes a deprecated alias to
|
D | 3.9.0a1.rst | 4101 Enhance regrtest multiprocess timeout: write a message when killing a worker
|
/third_party/python/Lib/test/ |
D | test_wsgiref.py | 542 multithread=True, multiprocess=True
|
/third_party/boost/libs/interprocess/doc/ |
D | interprocess.qbk | 6976 …cket/9008 #9008] (['"conditions variables fast enough only when opening a multiprocess browser"]]).
|
/third_party/python/Misc/ |
D | HISTORY | 7068 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
|