PatchworkOS  28a9544
A non-POSIX operating system.
Loading...
Searching...
No Matches
seqlock_t Struct Reference

Sequence lock structure. More...

#include <seqlock.h>

Data Fields

atomic_uint64_t sequence
 
lock_t writeLock
 

Detailed Description

Sequence lock structure.

Definition at line 29 of file seqlock.h.

Field Documentation

◆ sequence

atomic_uint64_t seqlock_t::sequence

◆ writeLock

lock_t seqlock_t::writeLock

Definition at line 32 of file seqlock.h.

Referenced by seqlock_init(), seqlock_write_acquire(), and seqlock_write_release().


The documentation for this struct was generated from the following file: