Home | History | Annotate | Download | only in flip_server

Lines Matching refs:CBAndEventMask

517   struct CBAndEventMask {
518 CBAndEventMask()
529 CBAndEventMask(EpollCallbackInterface* cb,
539 // standing function. However, since CBAndEventMask is a protected type and
541 bool operator==(const CBAndEventMask& cb_and_mask) const {
548 mutable LIST_ENTRY(CBAndEventMask) entry;
564 size_t operator()(const CBAndEventMask& cb_and_eventmask) const {
569 typedef __gnu_cxx::hash_set<CBAndEventMask, CBAndEventMaskHash> FDToCBMap;
649 // CBAndEventMask to the ready list. If the fd is already on the ready
651 void AddToReadyList(CBAndEventMask* cb_and_mask);
655 // CBAndEventMask from the ready list. If the fd is not on the ready list,
657 void RemoveFromReadyList(const CBAndEventMask& cb_and_mask);
710 LIST_HEAD(ReadyList, CBAndEventMask) ready_list_;
711 LIST_HEAD(TmpList, CBAndEventMask) tmp_list_;