Searched refs:ServerThread (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/framework/platform/ios/ |
D | tcuIOSApp.mm | 223 class ServerThread : public de::Thread 226 ServerThread (xs::TestProcess* testProcess, int port); 227 ~ServerThread (void); 237 ServerThread::ServerThread (xs::TestProcess* testProcess, int port) 243 ServerThread::~ServerThread (void) 248 void ServerThread::run (void) 254 void ServerThread::stop (void) 297 ServerThread m_server;
|
/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidExecService.hpp | 96 class ServerThread : public de::Thread class 99 ServerThread (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port); 122 ServerThread m_thread;
|
D | tcuAndroidExecService.cpp | 328 ServerThread::ServerThread (JavaVM* vm, xs::TestProcess* process, deSocketFamily family, int port) in ServerThread() function in tcu::Android::ServerThread 333 void ServerThread::run (void) in run() 345 void ServerThread::stop (void) in stop()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.6rc1.rst | 489 pydoc: the stop() method of the private ServerThread class now waits until
|
D | 3.7.0a1.rst | 1847 pydoc: the stop() method of the private ServerThread class now waits until
|
/third_party/python/Lib/ |
D | pydoc.py | 2389 class ServerThread(threading.Thread): class 2428 thread = ServerThread(urlhandler, hostname, port)
|