Audacity  3.0.3
Classes | Typedefs
ODTaskThread.h File Reference
#include "../Audacity.h"
#include <wx/thread.h>
#include "../MemoryX.h"
Include dependency graph for ODTaskThread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ODLock
 
class  ODCondition
 
struct  ODUnlocker
 
class  ODLocker
 

Typedefs

using ODLockerBase = std::unique_ptr< ODLock, ODUnlocker >
 

Typedef Documentation

◆ ODLockerBase

using ODLockerBase = std::unique_ptr<ODLock, ODUnlocker>

Definition at line 119 of file ODTaskThread.h.