#include <win32_misc.h>
Definition at line 365 of file win32_misc.h.
CMutexScope::CMutexScope |
( |
CMutex & |
mutex, |
|
|
DWORD |
timeOutMS, |
|
|
const char * |
timeOutBugMsg |
|
) |
| |
Definition at line 252 of file win32_misc.cpp.
254 const unsigned div = 4;
255 for(
unsigned walk = 0; walk < div; ++walk) {
DWORD WaitForSingleObject(HANDLE hHandle, DWORD dwMilliseconds)
PFC_NORETURN PFC_NOINLINE void WIN32_OP_FAIL_CRITICAL(const char *what)
PFC_NORETURN void SHARED_EXPORT uBugCheck()
CMutexScope::CMutexScope |
( |
CMutex & |
mutex | ) |
|
Definition at line 270 of file win32_misc.cpp.
DWORD WaitForSingleObject(HANDLE hHandle, DWORD dwMilliseconds)
PFC_NORETURN PFC_NOINLINE void WIN32_OP_FAIL_CRITICAL(const char *what)
PFC_NORETURN void SHARED_EXPORT uBugCheck()
CMutexScope::~CMutexScope |
( |
| ) |
|
The documentation for this class was generated from the following files: