Home
last modified time | relevance | path

Searched defs:threadFunc (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeThread.cpp70 static void threadFunc (void* arg) in threadFunc() function
/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py458 threadFunc = staticmethod(http_server) variable in BaseServerTestCase
667 def threadFunc(evt, numrequests, requestHandler=None, encoding=None): member in SimpleServerEncodingTestCase
687 threadFunc = staticmethod(http_multi_server) variable in MultiPathServerTestCase
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py759 threadFunc = staticmethod(http_server) variable in BaseServerTestCase
984 def threadFunc(evt, numrequests, requestHandler=None, encoding=None): member in SimpleServerEncodingTestCase
1003 threadFunc = staticmethod(http_multi_server) variable in MultiPathServerTestCase
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp3330 auto threadFunc = [&](int t) { in TEST() local
3385 auto threadFunc = [&](int t) { in TEST() local