|
PatchworkOS
|
Synchronization object. More...
#include <proc.h>
Data Fields | |
| atomic_uint64_t | value |
| The value of the sync object. | |
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.