Lines Matching defs:registered

21 // as well as providing a per-fd-registered summary of
64 // Called when the callback is registered into a EpollServer.
66 // eps - the poll server into which this callback was registered
67 // fd - the file descriptor which was registered
69 // which was registered (and will initially be used
76 // fd - the file descriptor which was registered
86 // fd - the file descriptor which was registered
97 // fd - the file descriptor which was registered, and of this call, is now
108 // fd - the file descriptor which was registered.
147 // Note that only one callback is allowed to be registered for
150 // If a callback is registered for a file-descriptor which has already
151 // been registered, then the previous callback is unregistered with
201 // If the callback is registered with other FDs, they will continue
203 // If the file-descriptor specified is not registered in the
214 // If the file-descriptor specified is not registered in the
226 // If the file-descriptor specified is not registered in the
237 // If the file-descriptor specified is not registered in the
248 // If the file-descriptor specified is not registered in the
259 // If the file-descriptor specified is not registered in the
273 // If no callback is registered for this file-descriptor, nothing
300 // When an fd is registered to use edge trigger notification, the ready
321 // that are registered with the EpollServer will be put on the ready list.
355 // then the callback will be re-registered at that time, else the alarm
358 // Important: A give AlarmCB* can not be registered again if it is already
359 // registered. If a user wants to register a callback again it should first
373 // re-registered at that time, else the alarm owner is responsible for
379 // Important: A give AlarmCB* can not be registered again if it is already
380 // registered. If a user wants to register a callback again it should first
404 // returns the number of file-descriptors registered in this EpollServer.
406 // number of FDs registered (discounting the internal pipe used for Wake)
544 // file descriptor registered with the epoll server.
546 // the current event_mask registered for this callback.
616 // If the file-descriptor specified is not registered in the
950 // The callback registered to the fds below. As the purpose of their
955 // A pipe owned by the epoll server. The server will be registered to listen
985 // Called when the an alarm is registered. Invalidates an AlarmRegToken.
987 // token: the iterator to the the alarm registered in the alarm map.
990 // eps: the epoll server the alarm is registered with.
1003 // registered.
1028 // Marks the alarm as registered, and stores the token.
1038 // If the alarm was registered, unregister it.
1041 bool registered() const { return registered_; }