PatchworkOS  da8a090
A non-POSIX operating system.
Loading...
Searching...
No Matches
sync_t Struct Reference

Synchronization object. More...

#include <proc.h>

Collaboration diagram for sync_t:

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 250 of file proc.h.

Field Documentation

◆ value

atomic_uint64_t sync_t::value

The value of the sync object.

Definition at line 252 of file proc.h.


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