PatchworkOS  10941b4
A non-POSIX operating system.
Loading...
Searching...
No Matches
seqlock_t Struct Reference

Sequence lock structure. More...

#include <seqlock.h>

Collaboration diagram for seqlock_t:

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

Definition at line 31 of file seqlock.h.

◆ writeLock

lock_t seqlock_t::writeLock

Definition at line 32 of file seqlock.h.


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