Home
last modified time | relevance | path

Searched refs:ServerThread (Results 226 – 250 of 394) sorted by relevance

12345678910>>...16

/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dservr_ku.c510 PRThread *ServerThread; in do_work() local
514 ServerThread = PR_CreateThread( in do_work()
522 if (!ServerThread) { in do_work()
540 PR_JoinThread(ServerThread); in do_work()
H A Dservr_uk.c511 PRThread *ServerThread; in do_work() local
515 ServerThread = PR_CreateThread( in do_work()
523 if (!ServerThread) { in do_work()
541 PR_JoinThread(ServerThread); in do_work()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/
H A DTHeaderJava.java74 public class ServerThread implements Runnable { class in THeaderJava
83 public ServerThread(ServerType serverType) throws IOException, TException { in ServerThread() method in THeaderJava.ServerThread
87 public ServerThread(ServerType serverType, TProcessorEventHandler eventHandler) in ServerThread() method in THeaderJava.ServerThread
481 ServerThread st = new ServerThread(ServerType.SIMPLE, new UserExceptionHandler()); in testUserExceptionHandler()
510 ServerThread st = new ServerThread(serverType); in doServerClient()
H A DClientHandlerTest.java60 public class ServerThread implements Runnable { class in ClientHandlerTest
68 public ServerThread(ServerType serverType) throws TException { in ServerThread() method in ClientHandlerTest.ServerThread
351 ServerThread st = new ServerThread(serverType); in doServerClient()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/test/android/javatests/src/org/chromium/net/test/util/
H A DWebServer.java46 private final ServerThread mServerThread;
339 mServerThread = new ServerThread(mPort, mSsl); in WebServer()
399 private class ServerThread extends Thread { class in WebServer
489 public ServerThread(int port, boolean ssl) throws Exception { in ServerThread() method in WebServer.ServerThread
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp51 ServerThread.emplace([&] { EXPECT_TRUE(Server->run()); }); in start()
61 ServerThread->join(); in stop()
63 ServerThread.reset(); in stop()
101 llvm::Optional<std::thread> ServerThread; member in clang::clangd::__anonc34831050111::LSPTest
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/pipe/test/
H A DTestPipeCreateNamedPipe.c454 HANDLE ServerThread; in TestPipeCreateNamedPipe() local
484 if (!(ServerThread = CreateThread(NULL, 0, named_pipe_server_thread, NULL, 0, NULL))) in TestPipeCreateNamedPipe()
491 WaitForSingleObject(ServerThread, INFINITE); in TestPipeCreateNamedPipe()
494 CloseHandle(ServerThread); in TestPipeCreateNamedPipe()
H A DTestPipeCreateNamedPipeOverlapped.c336 HANDLE ServerThread; in TestPipeCreateNamedPipeOverlapped() local
352 if (!(ServerThread = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)named_pipe_server_thread, in TestPipeCreateNamedPipeOverlapped()
364 if (WAIT_OBJECT_0 != WaitForSingleObject(ServerThread, INFINITE)) in TestPipeCreateNamedPipeOverlapped()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp51 ServerThread.emplace([&] { EXPECT_TRUE(Server->run()); }); in start()
61 ServerThread->join(); in stop()
63 ServerThread.reset(); in stop()
101 llvm::Optional<std::thread> ServerThread; member in clang::clangd::__anon02cf7b780111::LSPTest
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp51 ServerThread.emplace([&] { EXPECT_TRUE(Server->run()); }); in start()
61 ServerThread->join(); in stop()
63 ServerThread.reset(); in stop()
101 llvm::Optional<std::thread> ServerThread; member in clang::clangd::__anona5d93dcd0111::LSPTest
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp51 ServerThread.emplace([&] { EXPECT_TRUE(Server->run()); }); in start()
61 ServerThread->join(); in stop()
63 ServerThread.reset(); in stop()
101 llvm::Optional<std::thread> ServerThread; member in clang::clangd::__anon0b80de3a0111::LSPTest
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp51 ServerThread.emplace([&] { EXPECT_TRUE(Server->run()); }); in LoggingSession()
61 ServerThread->join(); in LoggingSession()
63 ServerThread.reset(); in LoggingSession()
101 llvm::Optional<std::thread> ServerThread; in LoggingSession()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/test/android/javatests/src/org/chromium/net/test/util/
H A DWebServer.java47 private final ServerThread mServerThread;
340 mServerThread = new ServerThread(mPort, mSsl); in WebServer()
400 private class ServerThread extends Thread { class in WebServer
490 public ServerThread(int port, boolean ssl) throws Exception { in ServerThread() method in WebServer.ServerThread
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/include/hydrogen/
H A Dosc_server.h40 class ServerThread; variable
690 lo::ServerThread* m_pServerThread;
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydev_tests/
H A Dtest_check_pydevconsole.py76 class ServerThread(threading.Thread): class
86 server_thread = ServerThread(client_port, server_port)
/dports/ftp/py-pycurl/pycurl-7.44.1/tests/
H A Drunwsgi.py47 server_thread = ServerThread(app, port, server, kwargs)
58 class ServerThread(threading.Thread): class
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Divshmem-test.c245 typedef struct ServerThread { struct
249 } ServerThread; typedef
253 ServerThread *t = data; in server_thread()
309 ServerThread thread; in test_ivshmem_server()
/dports/emulators/qemu5/qemu-5.2.0/tests/qtest/
H A Divshmem-test.c245 typedef struct ServerThread { struct
249 } ServerThread; argument
253 ServerThread *t = data; in server_thread()
309 ServerThread thread; in test_ivshmem_server()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qtest/
H A Divshmem-test.c245 typedef struct ServerThread { struct
249 } ServerThread; argument
253 ServerThread *t = data; in server_thread()
309 ServerThread thread; in test_ivshmem_server()
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Divshmem-test.c245 typedef struct ServerThread { struct
249 } ServerThread; argument
253 ServerThread *t = data; in server_thread()
309 ServerThread thread; in test_ivshmem_server()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qtest/
H A Divshmem-test.c245 typedef struct ServerThread { struct
249 } ServerThread; argument
253 ServerThread *t = data; in server_thread()
309 ServerThread thread; in test_ivshmem_server()
/dports/emulators/qemu/qemu-6.2.0/tests/qtest/
H A Divshmem-test.c245 typedef struct ServerThread { struct
249 } ServerThread; argument
253 ServerThread *t = data; in server_thread()
309 ServerThread thread; in test_ivshmem_server()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/qtest/
H A Divshmem-test.c245 typedef struct ServerThread { struct
249 } ServerThread; typedef
253 ServerThread *t = data; in server_thread()
309 ServerThread thread; in test_ivshmem_server()
/dports/emulators/qemu60/qemu-6.0.0/tests/qtest/
H A Divshmem-test.c245 typedef struct ServerThread { struct
249 } ServerThread; argument
253 ServerThread *t = data; in server_thread()
309 ServerThread thread; in test_ivshmem_server()
/dports/audio/py-pyliblo/pyliblo-0.10.0/
H A DNEWS29 * Added free() method to Server and ServerThread classes.
30 * Added fileno() method to Server and ServerThread classes (thanks to
114 * Added class ServerThread for asynchronous dispatching of incoming

12345678910>>...16