
Public Member Functions | |
| thread_safe_storage (std::size_t n) | |
Public Attributes | |
| boost::mutex | mutex |
| boost::condition | condition |
| std::vector< bool > | slots |
Definition at line 284 of file storage.cpp.
| libtorrent::thread_safe_storage::thread_safe_storage | ( | std::size_t | n | ) | [inline] |
Definition at line 286 of file storage.cpp.
| boost::mutex libtorrent::thread_safe_storage::mutex |
| boost::condition libtorrent::thread_safe_storage::condition |
Definition at line 291 of file storage.cpp.
Referenced by libtorrent::slot_lock::slot_lock(), and libtorrent::slot_lock::~slot_lock().
| std::vector<bool> libtorrent::thread_safe_storage::slots |
Definition at line 292 of file storage.cpp.
Referenced by libtorrent::slot_lock::slot_lock(), and libtorrent::slot_lock::~slot_lock().
1.5.6