Home
last modified time | relevance | path

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

/external/libxml2/python/tests/
Dthread2.py11 THREADS_COUNT = 15 variable
61 for i in range(THREADS_COUNT):
70 if len(eh.errors) != ec+THREADS_COUNT*ec:
77 for i in range(THREADS_COUNT):
85 if len(eh.errors) != ec+THREADS_COUNT*ec*2: