Home
last modified time | relevance | path

Searched refs:ServerThread (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/platform/ios/
DtcuIOSApp.mm223 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/
DtcuAndroidExecService.hpp96 class ServerThread : public de::Thread class
99 ServerThread (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port);
122 ServerThread m_thread;
DtcuAndroidExecService.cpp328 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/
D3.6.6rc1.rst489 pydoc: the stop() method of the private ServerThread class now waits until
D3.7.0a1.rst1847 pydoc: the stop() method of the private ServerThread class now waits until
/third_party/python/Lib/
Dpydoc.py2389 class ServerThread(threading.Thread): class
2428 thread = ServerThread(urlhandler, hostname, port)