![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
#include <cstdint>

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. | |
| 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.