Panda3D
Public Member Functions | List of all members
MutexDummyImpl Class Reference

A fake mutex implementation for single-threaded applications that don't need any synchronization control. More...

#include "mutexDummyImpl.h"

Public Member Functions

 MutexDummyImpl (const MutexDummyImpl &copy)=delete
 
void lock ()
 
MutexDummyImploperator= (const MutexDummyImpl &copy)=delete
 
bool try_lock ()
 
void unlock ()
 

Detailed Description

A fake mutex implementation for single-threaded applications that don't need any synchronization control.

This does nothing at all.

Definition at line 24 of file mutexDummyImpl.h.


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