Home
last modified time | relevance | path

Searched defs:sync (Results 1 – 7 of 7) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/server/
DTServerFramework.cpp140 Synchronized sync(mon_); in serve() local
192 Synchronized sync(mon_); in getConcurrentClientLimit() local
197 Synchronized sync(mon_); in getConcurrentClientCount() local
202 Synchronized sync(mon_); in getConcurrentClientCountHWM() local
210 Synchronized sync(mon_); in setConcurrentClientLimit() local
226 Synchronized sync(mon_); in newlyConnectedClient() local
238 Synchronized sync(mon_); in disposeConnectedClient() local
DTThreadedServer.cpp116 Synchronized sync(clientMonitor_); in onClientConnected() local
125 Synchronized sync(clientMonitor_); in onClientDisconnected() local
/thrift-3.4.0/lib/cpp/test/
DOneWayHTTPTest.cpp117 Synchronized sync(*this); in preServe() local
123 Synchronized sync(*this); in createContext() local
196 Synchronized sync(*(pEventHandler.get())); in BOOST_AUTO_TEST_CASE() local
DTServerIntegrationTest.cpp79 Synchronized sync(*this); in preServe() local
85 Synchronized sync(*this); in createContext() local
183 Synchronized sync(*(pEventHandler.get())); in startServer() local
192 Synchronized sync(*(pEventHandler.get())); in blockUntilAccepted() local
/thrift-3.4.0/lib/cpp/src/thrift/async/
DTConcurrentClientSyncInfo.cpp196 TConcurrentRecvSentry::TConcurrentRecvSentry(TConcurrentClientSyncInfo *sync, int32_t seqid) : in TConcurrentRecvSentry()
224 TConcurrentSendSentry::TConcurrentSendSentry(TConcurrentClientSyncInfo *sync) : in TConcurrentSendSentry()
/thrift-3.4.0/test/cpp/src/
DStressTest.cpp519 auto sync = std::make_shared<TConcurrentClientSyncInfo>(); in main() local
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp7584 int sync() { in sync() function in Catch::StreamBufImpl