Home
last modified time | relevance | path

Searched refs:server_thread_ (Results 1 – 25 of 79) sorted by relevance

1234

/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/ipc/
H A Dipc.cc72 if (server_thread_.get() == NULL) { in LoopAndReturn()
73 server_thread_.reset(new IPCServerThread(this)); in LoopAndReturn()
74 server_thread_->SetJoinable(true); in LoopAndReturn()
75 server_thread_->Start("IPCServer"); in LoopAndReturn()
82 if (server_thread_.get() != NULL) { in Wait()
83 server_thread_->Join(); in Wait()
84 server_thread_.reset(); in Wait()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/ipc/
H A Dipc.cc72 if (server_thread_.get() == NULL) { in LoopAndReturn()
73 server_thread_.reset(new IPCServerThread(this)); in LoopAndReturn()
74 server_thread_->SetJoinable(true); in LoopAndReturn()
75 server_thread_->Start("IPCServer"); in LoopAndReturn()
82 if (server_thread_.get() != NULL) { in Wait()
83 server_thread_->Join(); in Wait()
84 server_thread_.reset(); in Wait()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/ipc/
H A Dipc.cc72 if (server_thread_.get() == NULL) { in LoopAndReturn()
73 server_thread_.reset(new IPCServerThread(this)); in LoopAndReturn()
74 server_thread_->SetJoinable(true); in LoopAndReturn()
75 server_thread_->Start("IPCServer"); in LoopAndReturn()
82 if (server_thread_.get() != NULL) { in Wait()
83 server_thread_->Join(); in Wait()
84 server_thread_.reset(); in Wait()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/ipc/
H A Dipc.cc72 if (server_thread_.get() == NULL) { in LoopAndReturn()
73 server_thread_.reset(new IPCServerThread(this)); in LoopAndReturn()
74 server_thread_->SetJoinable(true); in LoopAndReturn()
75 server_thread_->Start("IPCServer"); in LoopAndReturn()
82 if (server_thread_.get() != NULL) { in Wait()
83 server_thread_->Join(); in Wait()
84 server_thread_.reset(); in Wait()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/ipc/
H A Dipc.cc72 if (server_thread_.get() == NULL) { in LoopAndReturn()
73 server_thread_.reset(new IPCServerThread(this)); in LoopAndReturn()
74 server_thread_->SetJoinable(true); in LoopAndReturn()
75 server_thread_->Start("IPCServer"); in LoopAndReturn()
82 if (server_thread_.get() != NULL) { in Wait()
83 server_thread_->Join(); in Wait()
84 server_thread_.reset(); in Wait()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/ipc/
H A Dipc.cc72 if (server_thread_.get() == NULL) { in LoopAndReturn()
73 server_thread_.reset(new IPCServerThread(this)); in LoopAndReturn()
74 server_thread_->SetJoinable(true); in LoopAndReturn()
75 server_thread_->Start("IPCServer"); in LoopAndReturn()
82 if (server_thread_.get() != NULL) { in Wait()
83 server_thread_->Join(); in Wait()
84 server_thread_.reset(); in Wait()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/http/
H A Dend_to_end_test.cc338 if (!server_thread_) { in GetServerSession()
435 server_thread_ = in StartServer()
462 if (server_thread_) { in StopServer()
522 if (!server_thread_) { in VerifyCleanConnection()
734 server_thread_->Pause(); in TEST_P()
762 server_thread_->Resume(); in TEST_P()
800 server_thread_->Pause(); in TEST_P()
839 server_thread_->Pause(); in TEST_P()
866 server_thread_->Pause(); in TEST_P()
1163 server_thread_->Pause(); in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/http/
H A Dend_to_end_test.cc426 server_thread_ = in StartServer()
453 if (server_thread_) { in StopServer()
631 server_thread_->Pause(); in TEST_P()
669 server_thread_->Pause(); in TEST_P()
671 server_thread_->Resume(); in TEST_P()
1031 server_thread_->Pause(); in TEST_P()
1488 server_thread_->Pause(); in TEST_P()
1756 server_thread_->Pause(); in TEST_P()
1804 server_thread_->Pause(); in TEST_P()
1822 server_thread_->Pause(); in TEST_P()
[all …]
/dports/devel/grpc130/grpc-1.30.2/test/cpp/microbenchmarks/
H A Dbm_opencensus_plugin.cc70 server_thread_ = std::thread(&EchoServerThread::RunServerLoop, this); in EchoServerThread()
75 server_thread_.join(); in ~EchoServerThread()
86 std::thread server_thread_; member in EchoServerThread
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/cpp/microbenchmarks/
H A Dbm_opencensus_plugin.cc68 server_thread_ = std::thread(&EchoServerThread::RunServerLoop, this); in EchoServerThread()
73 server_thread_.join(); in ~EchoServerThread()
84 std::thread server_thread_; member in EchoServerThread
/dports/devel/grpc134/grpc-1.34.1/test/cpp/microbenchmarks/
H A Dbm_opencensus_plugin.cc66 server_thread_ = std::thread(&EchoServerThread::RunServerLoop, this); in EchoServerThread()
71 server_thread_.join(); in ~EchoServerThread()
82 std::thread server_thread_; member in EchoServerThread
/dports/devel/grpc/grpc-1.42.0/test/cpp/microbenchmarks/
H A Dbm_opencensus_plugin.cc70 server_thread_ = std::thread(&EchoServerThread::RunServerLoop, this); in EchoServerThread()
75 server_thread_.join(); in ~EchoServerThread()
86 std::thread server_thread_; member in EchoServerThread
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/win/
H A Dexception_handler_server_test.cc86 server_thread_(&server_, &delegate_) { in ExceptionHandlerServerTest()
92 Thread& server_thread() { return server_thread_; } in server_thread()
100 RunServerThread server_thread_; member in crashpad::test::__anon5bf7fd020111::ExceptionHandlerServerTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/win/
H A Dexception_handler_server_test.cc86 server_thread_(&server_, &delegate_) { in ExceptionHandlerServerTest()
92 Thread& server_thread() { return server_thread_; } in server_thread()
100 RunServerThread server_thread_; member in crashpad::test::__anonb58cc3870111::ExceptionHandlerServerTest
/dports/devel/grpc130/grpc-1.30.2/test/cpp/end2end/
H A Dserver_load_reporting_end2end_test.cc82 server_thread_ = in SetUp()
90 server_thread_.join(); in TearDown()
119 std::thread server_thread_; member in grpc::testing::__anon258f20d30111::ServerLoadReportingEnd2endTest
/dports/devel/grpc/grpc-1.42.0/test/cpp/end2end/
H A Dserver_load_reporting_end2end_test.cc83 server_thread_ = in SetUp()
91 server_thread_.join(); in TearDown()
119 std::thread server_thread_; member in grpc::testing::__anon2ac07a000111::ServerLoadReportingEnd2endTest
/dports/devel/grpc134/grpc-1.34.1/test/cpp/end2end/
H A Dserver_load_reporting_end2end_test.cc83 server_thread_ = in SetUp()
91 server_thread_.join(); in TearDown()
119 std::thread server_thread_; member in grpc::testing::__anon4c9293fa0111::ServerLoadReportingEnd2endTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/cpp/end2end/
H A Dserver_load_reporting_end2end_test.cc82 server_thread_ = in SetUp()
90 server_thread_.join(); in TearDown()
119 std::thread server_thread_; member in grpc::testing::__anon8547e7c10111::ServerLoadReportingEnd2endTest
/dports/print/lyx/lyx-2.3.4.2/src/
H A DServer.cpp130 CloseHandle(lyxcomm->server_thread_); in pipeServerWrapper()
559 server_thread_ = CreateThread(NULL, 0, pipeServerWrapper, in openConnection()
561 if (!server_thread_) { in openConnection()
590 WaitForSingleObject(server_thread_, INFINITE); in closeConnection()
591 CloseHandle(server_thread_); in closeConnection()
604 if (WaitForSingleObject(server_thread_, 200) != WAIT_OBJECT_0) { in emergencyCleanup()
605 TerminateThread(server_thread_, 0); in emergencyCleanup()
609 CloseHandle(server_thread_); in emergencyCleanup()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/client/mac/crash_generation/
H A Dcrash_generation_server.cc63 int thread_create_result = pthread_create(&server_thread_, NULL, in Start()
79 int thread_join_result = pthread_join(server_thread_, NULL); in Stop()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/breakpad-client/mac/crash_generation/
H A Dcrash_generation_server.cc69 int thread_create_result = pthread_create(&server_thread_, NULL, in Start()
85 int thread_join_result = pthread_join(server_thread_, NULL); in Stop()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/breakpad-client/mac/crash_generation/
H A Dcrash_generation_server.cc69 int thread_create_result = pthread_create(&server_thread_, NULL, in Start()
85 int thread_join_result = pthread_join(server_thread_, NULL); in Stop()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/breakpad-client/mac/crash_generation/
H A Dcrash_generation_server.cc69 int thread_create_result = pthread_create(&server_thread_, NULL, in Start()
85 int thread_join_result = pthread_join(server_thread_, NULL); in Stop()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/breakpad-client/mac/crash_generation/
H A Dcrash_generation_server.cc69 int thread_create_result = pthread_create(&server_thread_, NULL, in Start()
85 int thread_join_result = pthread_join(server_thread_, NULL); in Stop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/client/mac/crash_generation/
H A Dcrash_generation_server.cc69 int thread_create_result = pthread_create(&server_thread_, NULL, in Start()
85 int thread_join_result = pthread_join(server_thread_, NULL); in Stop()

1234