Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeThread.cpp70 static void threadFunc (void* arg) in threadFunc() function
86 m_thread = deThread_create(threadFunc, this, &m_attribs); in start()
/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py458 threadFunc = staticmethod(http_server) variable in BaseServerTestCase
467 threading.Thread(target=self.threadFunc, args=serv_args).start()
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
768 thread = threading.Thread(target=self.threadFunc, args=serv_args)
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
3344 threads[t] = std::thread(threadFunc, t); in TEST()
3385 auto threadFunc = [&](int t) { in TEST() local
3406 threads[t] = std::thread(threadFunc, t); in TEST()