#include <libusbemu_threads_win32.h>
Public Member Functions | |
| void | Enter () |
| void | Leave () |
| QuickMutex () | |
| const bool | TryEnter () |
| ~QuickMutex () | |
Private Attributes | |
| CRITICAL_SECTION | cs |
Definition at line 207 of file libusbemu_threads_win32.h.
|
inline |
Definition at line 213 of file libusbemu_threads_win32.h.
|
inline |
Definition at line 218 of file libusbemu_threads_win32.h.
|
inline |
Definition at line 228 of file libusbemu_threads_win32.h.
|
inline |
Definition at line 233 of file libusbemu_threads_win32.h.
|
inline |
Definition at line 223 of file libusbemu_threads_win32.h.
|
private |
Definition at line 210 of file libusbemu_threads_win32.h.