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

void acquire ()
 
void release ()
 
bool try_acquire ()
 

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 27 of file mutexDummyImpl.h.


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