OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegisterAlarm
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/tools/quic/
quic_epoll_connection_helper.cc
33
epoll_server_->
RegisterAlarm
(
quic_time_wait_list_manager_test.cc
73
MOCK_METHOD2(
RegisterAlarm
, void(int64 timeout_in_us,
316
EXPECT_CALL(epoll_server_,
RegisterAlarm
(next_alarm_time, _));
/external/chromium/net/tools/flip_server/
epoll_server.h
361
// unregister the previous callback before calling
RegisterAlarm
again.
365
virtual void
RegisterAlarm
(int64 timeout_time_in_us, AlarmCB* ac);
372
// WaitForEvents. As with '
RegisterAlarm
()', if the callback returns a
377
// same thing may be accomplished by using
RegisterAlarm
with
382
// unregister the previous callback before calling
RegisterAlarm
again.
388
RegisterAlarm
(ApproximateNowInUsec() + delta_in_us, ac);
[
all
...]
epoll_server.cc
459
void EpollServer::
RegisterAlarm
(int64 timeout_time_in_us, AlarmCB* ac) {
787
RegisterAlarm
(new_timeout_time_in_us, cb);
/external/chromium_org/net/tools/epoll_server/
epoll_server.h
360
// unregister the previous callback before calling
RegisterAlarm
again.
364
virtual void
RegisterAlarm
(int64 timeout_time_in_us, AlarmCB* ac);
371
// WaitForEvents. As with '
RegisterAlarm
()', if the callback returns a
376
// same thing may be accomplished by using
RegisterAlarm
with
381
// unregister the previous callback before calling
RegisterAlarm
again.
387
RegisterAlarm
(ApproximateNowInUsec() + delta_in_us, ac);
[
all
...]
epoll_server.cc
459
void EpollServer::
RegisterAlarm
(int64 timeout_time_in_us, AlarmCB* ac) {
776
RegisterAlarm
(new_timeout_time_in_us, cb);
Completed in 740 milliseconds