Searched defs:sync (Results 1 – 7 of 7) sorted by relevance
140 Synchronized sync(mon_); in serve() local192 Synchronized sync(mon_); in getConcurrentClientLimit() local197 Synchronized sync(mon_); in getConcurrentClientCount() local202 Synchronized sync(mon_); in getConcurrentClientCountHWM() local210 Synchronized sync(mon_); in setConcurrentClientLimit() local226 Synchronized sync(mon_); in newlyConnectedClient() local238 Synchronized sync(mon_); in disposeConnectedClient() local
116 Synchronized sync(clientMonitor_); in onClientConnected() local125 Synchronized sync(clientMonitor_); in onClientDisconnected() local
117 Synchronized sync(*this); in preServe() local123 Synchronized sync(*this); in createContext() local196 Synchronized sync(*(pEventHandler.get())); in BOOST_AUTO_TEST_CASE() local
79 Synchronized sync(*this); in preServe() local85 Synchronized sync(*this); in createContext() local183 Synchronized sync(*(pEventHandler.get())); in startServer() local192 Synchronized sync(*(pEventHandler.get())); in blockUntilAccepted() local
196 TConcurrentRecvSentry::TConcurrentRecvSentry(TConcurrentClientSyncInfo *sync, int32_t seqid) : in TConcurrentRecvSentry()224 TConcurrentSendSentry::TConcurrentSendSentry(TConcurrentClientSyncInfo *sync) : in TConcurrentSendSentry()
519 auto sync = std::make_shared<TConcurrentClientSyncInfo>(); in main() local
7584 int sync() { in sync() function in Catch::StreamBufImpl