GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
base_mutex Class Reference

#include "oct-mutex.h"

Public Member Functions

virtual ~base_mutex ()=default
 
virtual void lock ()
 
virtual bool try_lock ()
 
virtual void unlock ()
 

Friends

class mutex
 

Detailed Description

Definition at line 37 of file oct-mutex.h.

Constructor & Destructor Documentation

◆ ~base_mutex()

virtual base_mutex::~base_mutex ( )
virtualdefault

Member Function Documentation

◆ lock()

void base_mutex::lock ( )
virtual

Definition at line 42 of file oct-mutex.cc.

◆ try_lock()

bool base_mutex::try_lock ( )
virtual

Definition at line 54 of file oct-mutex.cc.

◆ unlock()

void base_mutex::unlock ( )
virtual

Definition at line 48 of file oct-mutex.cc.

Friends And Related Function Documentation

◆ mutex

friend class mutex
friend

Definition at line 42 of file oct-mutex.h.


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