Home
last modified time | relevance | path

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

/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/utils/
H A Dthread_base.cc144 __sync_fetch_and_or(&thread->m_flags, flag_polling); in event_loop()
179 __sync_fetch_and_and(&thread->m_flags, ~(flag_polling | flag_no_timeout)); in event_loop()
H A Dthread_base.h68 static const int flag_polling = 0x8; variable
152 return (flags() & flag_polling); in is_polling()