OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnregisterAlarm
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/tools/flip_server/
epoll_server.cc
136
// Note that OnShutdown() can call
UnregisterAlarm
() on
137
// other iterators. OnShutdown() should not call
UnregisterAlarm
()
476
void EpollServer::
UnregisterAlarm
(const AlarmRegToken& iterator_token) {
828
eps_->
UnregisterAlarm
(token_);
/external/chromium_org/net/tools/flip_server/
epoll_server.cc
137
// Note that OnShutdown() can call
UnregisterAlarm
() on
138
// other iterators. OnShutdown() should not call
UnregisterAlarm
()
477
void EpollServer::
UnregisterAlarm
(const AlarmRegToken& iterator_token) {
818
eps_->
UnregisterAlarm
(token_);
Completed in 186 milliseconds