Home
last modified time | relevance | path

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

/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/utils/
H A Dthread_base.h114 static inline bool is_main_polling() { return m_global.main_polling; } in is_main_polling() function
/dports/net-p2p/libtorrent/libtorrent-0.13.8/test/torrent/utils/
H A Dthread_base_test.cc98 CPPUNIT_ASSERT(!thread->is_main_polling()); in test_basic()