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 - 4
of
4
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/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
)
/prebuilts/gdb/linux-x86/lib/python2.7/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
)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/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
)
Completed in 151 milliseconds