Home
last modified time | relevance | path

Searched refs:flag_do_shutdown (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/utils/
H A Dthread_base.h65 static const int flag_do_shutdown = 0x1; variable
83 bool has_do_shutdown() const { return (flags() & flag_do_shutdown); } in has_do_shutdown()
H A Dthread_base.cc89 __sync_fetch_and_or(&m_flags, flag_do_shutdown); in stop_thread()
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/
H A Dthread_disk.cc66 if ((m_flags & flag_do_shutdown)) { in call_events()
/dports/net-p2p/libtorrent/libtorrent-0.13.8/test/torrent/utils/
H A Dthread_base_test.cc48 if ((m_flags & flag_do_shutdown)) { in call_events()