Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/cpp/src/thrift/server/
DTNonblockingServer.cpp1180 ownEventBase_(false),
1191 if (eventBase_ && ownEventBase_) { in ~TNonblockingIOThread()
1193 ownEventBase_ = false; in ~TNonblockingIOThread()
1252 ownEventBase_ = true; in createNotificationPipe()
DTNonblockingServer.h841 bool ownEventBase_; variable