Lely core libraries  2.2.5
lely::ev::detail::FiberMutexBase Class Reference

The base class for mutexes suitable for use in fibers. More...

#include <fiber_exec.hpp>

Inheritance diagram for lely::ev::detail::FiberMutexBase:

Public Member Functions

void lock ()
 
bool try_lock ()
 
void unlock ()
 

Detailed Description

The base class for mutexes suitable for use in fibers.

Definition at line 189 of file fiber_exec.hpp.

Member Function Documentation

◆ lock()

void lely::ev::detail::FiberMutexBase::lock ( )
inline
See also
ev_fiber_mtx_lock()

Definition at line 205 of file fiber_exec.hpp.

◆ try_lock()

bool lely::ev::detail::FiberMutexBase::try_lock ( )
inline
See also
ev_fiber_mtx_trylock()

Definition at line 212 of file fiber_exec.hpp.

◆ unlock()

void lely::ev::detail::FiberMutexBase::unlock ( )
inline
See also
ev_fiber_mtx_unlock()

Definition at line 226 of file fiber_exec.hpp.


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