Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
#include "common/IInterface.h"
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.