Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
IArchMultithread.h File Reference
Include dependency graph for IArchMultithread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IArchMultithread
 Interface for architecture dependent multithreading. More...

Typedefs

using ArchCond = ArchCondImpl *
 Opaque condition variable type. An opaque type representing a condition variable.
using ArchMutex = ArchMutexImpl *
 Opaque mutex type. An opaque type representing a mutex.
using ArchThread = ArchThreadImpl *
 Opaque thread type. An opaque type representing a thread.

Typedef Documentation

◆ ArchCond

Opaque condition variable type. An opaque type representing a condition variable.

◆ ArchMutex

Opaque mutex type. An opaque type representing a mutex.

◆ ArchThread

Opaque thread type. An opaque type representing a thread.