![]() |
MOS Source Code
|
#include <spinlock.hpp>
Public Attributes | |
spinlock_t | lock |
void * | owner |
size_t | count |
Definition at line 76 of file spinlock.hpp.
spinlock_t lock |
Definition at line 78 of file spinlock.hpp.
Referenced by recursive_spinlock_acquire(), recursive_spinlock_is_locked(), and recursive_spinlock_release().
void* owner |
Definition at line 79 of file spinlock.hpp.
Referenced by recursive_spinlock_acquire(), and recursive_spinlock_release().
size_t count |
Definition at line 80 of file spinlock.hpp.
Referenced by recursive_spinlock_acquire(), and recursive_spinlock_release().