Lely core libraries
2.3.4
|
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>
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.