Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_decimal.py1221 def thfunc2(cls): function
1250 th2 = threading.Thread(target=thfunc2, args=(self,))
/external/python/cpython3/Lib/test/
Dtest_decimal.py1540 def thfunc2(cls): function
1610 th2 = threading.Thread(target=thfunc2, args=(self,))