|
PatchworkOS
28a9544
A non-POSIX operating system.
|
Sequence lock structure. More...
#include <seqlock.h>
Data Fields | |
| atomic_uint64_t | sequence |
| lock_t | writeLock |
| atomic_uint64_t seqlock_t::sequence |
Definition at line 31 of file seqlock.h.
Referenced by seqlock_init(), seqlock_read_begin(), seqlock_read_retry(), seqlock_write_acquire(), and seqlock_write_release().
| lock_t seqlock_t::writeLock |
Definition at line 32 of file seqlock.h.
Referenced by seqlock_init(), seqlock_write_acquire(), and seqlock_write_release().