Home
last modified time | relevance | path

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

/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/utils/
H A Dthread_base.h105 slot_timer& slot_next_timeout() { return m_slot_next_timeout; } in slot_next_timeout() function
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/
H A Dmain.cc227 torrent::main_thread()->slot_next_timeout() = std::bind(&client_next_timeout); in main()