Public Member Functions | |
| slot_lock (thread_safe_storage &s, int slot_) | |
| ~slot_lock () | |
Public Attributes | |
| thread_safe_storage & | storage_ |
| int | slot |
Definition at line 295 of file storage.cpp.
| libtorrent::slot_lock::slot_lock | ( | thread_safe_storage & | s, | |
| int | slot_ | |||
| ) | [inline] |
Definition at line 297 of file storage.cpp.
References libtorrent::thread_safe_storage::condition, libtorrent::thread_safe_storage::mutex, slot, libtorrent::thread_safe_storage::slots, and storage_.
| libtorrent::slot_lock::~slot_lock | ( | ) | [inline] |
Definition at line 309 of file storage.cpp.
References libtorrent::thread_safe_storage::condition, slot, libtorrent::thread_safe_storage::slots, and storage_.
1.5.6