Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/cpp/src/thrift/server/
DTNonblockingServer.cpp1182 notificationEvent_{} {
1283 event_set(&notificationEvent_, in createNotificationPipe()
1290 event_base_set(eventBase_, &notificationEvent_); in createNotificationPipe()
1293 if (-1 == event_add(&notificationEvent_, nullptr)) { in createNotificationPipe()
1506 event_del(&notificationEvent_); in createNotificationPipe()
DTNonblockingServer.h847 struct event notificationEvent_; variable