|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | rwlock_t |
Macros | |
| #define | RWLOCK_MAGIC 0xdeaf1eed |
| #define | RW_DEP_MAP_INIT(lockname) |
| #define | __RW_LOCK_UNLOCKED(lockname) |
| #define | DEFINE_RWLOCK(x) rwlock_t x = __RW_LOCK_UNLOCKED(x) |
| #define __RW_LOCK_UNLOCKED | ( | lockname | ) |
Definition at line 41 of file rwlock_types.h.
| #define DEFINE_RWLOCK | ( | x | ) | rwlock_t x = __RW_LOCK_UNLOCKED(x) |
Definition at line 46 of file rwlock_types.h.
| #define RW_DEP_MAP_INIT | ( | lockname | ) |
Definition at line 30 of file rwlock_types.h.
| #define RWLOCK_MAGIC 0xdeaf1eed |
Definition at line 25 of file rwlock_types.h.
1.8.2