PatchworkOS
Loading...
Searching...
No Matches
sync_t Struct Reference

Synchronization object. More...

#include <proc.h>

Data Fields

atomic_uint64_t value
 The value of the sync object.
 

Detailed Description

Synchronization object.

The sync_t structure is used to implement user space synchronization primitives. Its the object mapped when calling 'mmap()' on a opened sync file. For more information check the sync.h header.

See also
sync.h

Definition at line 283 of file proc.h.

Field Documentation

◆ value

atomic_uint64_t sync_t::value

The value of the sync object.

Definition at line 285 of file proc.h.


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