Lely core libraries  2.2.5
ev_fiber_mtx_t Struct Reference

A synchronization primitive (similar to the standard C11 mutex) that can be used to protect shared data from being simultaneously accessed by multiple fibers. More...

#include <fiber_exec.h>

Detailed Description

A synchronization primitive (similar to the standard C11 mutex) that can be used to protect shared data from being simultaneously accessed by multiple fibers.

This mutex offers exclusive, non-recursive ownership semantics.

Definition at line 82 of file fiber_exec.h.


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