OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FILES_PER_THREAD
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threadedtempfile.py
2
Create and delete
FILES_PER_THREAD
temp files (via tempfile.TemporaryFile)
10
By default, NUM_THREADS == 20 and
FILES_PER_THREAD
== 50. This is enough to
12
quickly. Guido reports needing to boost
FILES_PER_THREAD
to 500 before
17
FILES_PER_THREAD
= 50
36
for i in range(
FILES_PER_THREAD
):
72
self.assertEqual(ok, NUM_THREADS *
FILES_PER_THREAD
)
/external/python/cpython2/Lib/test/
test_threadedtempfile.py
2
Create and delete
FILES_PER_THREAD
temp files (via tempfile.TemporaryFile)
10
By default, NUM_THREADS == 20 and
FILES_PER_THREAD
== 50. This is enough to
12
quickly. Guido reports needing to boost
FILES_PER_THREAD
to 500 before
17
FILES_PER_THREAD
= 50
36
for i in range(
FILES_PER_THREAD
):
59
self.assertEqual(ok, NUM_THREADS *
FILES_PER_THREAD
)
/external/python/cpython3/Lib/test/
test_threadedtempfile.py
2
Create and delete
FILES_PER_THREAD
temp files (via tempfile.TemporaryFile)
10
By default, NUM_THREADS == 20 and
FILES_PER_THREAD
== 50. This is enough to
12
quickly. Guido reports needing to boost
FILES_PER_THREAD
to 500 before
17
FILES_PER_THREAD
= 50
36
for i in range(
FILES_PER_THREAD
):
59
self.assertEqual(ok, NUM_THREADS *
FILES_PER_THREAD
)
Completed in 122 milliseconds