#include "stdafx.h"
#include "thread.h"
#include "debug.h"
#include "core/alloc_func.hpp"
#include <stdlib.h>
#include <windows.h>
#include <process.h>
Go to the source code of this file.
Data Structures | |
class | ThreadObject_Win32 |
Win32 thread version for ThreadObject. More... | |
class | ThreadMutex_Win32 |
Win32 thread version of ThreadMutex. More... |
Definition in file thread_win32.cpp.