Home
last modified time | relevance | path

Searched refs:selectedThreadIdx (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/d/src/thrift/server/
Dnonblocking.d431 auto selectedThreadIdx = nextIOLoop_; in acceptConnections() local
434 loop = ioLoops_[selectedThreadIdx]; in acceptConnections()
435 thisThread = (selectedThreadIdx == 0); in acceptConnections()
/thrift-3.4.0/lib/cpp/src/thrift/server/
DTNonblockingServer.cpp918 int selectedThreadIdx = nextIOThread_; in createConnection() local
921 TNonblockingIOThread* ioThread = ioThreads_[selectedThreadIdx].get(); in createConnection()