![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
Go to the source code of this file.
Macros | |
| #define | LC_THREAD_ANNOTATION(x) |
| #define | GUARDED_BY(m) |
| #define | CAPABILITY(s) |
| #define | SCOPED_LOCKABLE LC_THREAD_ANNOTATION(scoped_lockable) |
| #define | ACQUIRE(...) |
| #define | RELEASE(...) |
| #define ACQUIRE | ( | ... | ) |
Definition at line 20 of file attributes.h.
Referenced by LC::Util::CAPABILITY().
| #define CAPABILITY | ( | s | ) |
Definition at line 18 of file attributes.h.
| #define GUARDED_BY | ( | m | ) |
Definition at line 17 of file attributes.h.
| #define LC_THREAD_ANNOTATION | ( | x | ) |
Definition at line 14 of file attributes.h.
| #define RELEASE | ( | ... | ) |
Definition at line 21 of file attributes.h.
Referenced by LC::Util::MutexLocker::~MutexLocker(), and LC::Util::CAPABILITY().
| #define SCOPED_LOCKABLE LC_THREAD_ANNOTATION(scoped_lockable) |
Definition at line 19 of file attributes.h.