Searched defs:threadFunc (Results 1 – 4 of 4) sorted by relevance
| /external/deqp/framework/delibs/decpp/ | ||
| D | deThread.cpp | 70 static void threadFunc (void* arg) in threadFunc() function |
| /external/python/cpython2/Lib/test/ | ||
| D | test_xmlrpc.py | 458 threadFunc = staticmethod(http_server) variable in BaseServerTestCase |
| /external/python/cpython3/Lib/test/ | ||
| D | test_xmlrpc.py | 759 threadFunc = staticmethod(http_server) variable in BaseServerTestCase |
| /external/swiftshader/tests/ReactorUnitTests/ | ||
| D | ReactorUnitTests.cpp | 3330 auto threadFunc = [&](int t) { in TEST() local |