#include <windows.h>
#include <process.h>
#include "threads.h"
Include dependency graph for threads_win32.cpp:
Go to the source code of this file.
Namespaces | |
namespace | audiere |
Classes | |
struct | audiere::ThreadInternal |
struct | audiere::Mutex::Impl |
struct | audiere::CondVar::Impl |
Functions | |
bool | audiere::SupportsThreadPriority () |
int | audiere::GetWin32Priority (int priority) |
bool | audiere::AI_CreateThread (AI_ThreadRoutine routine, void *opaque, int priority=0) |
void | audiere::AI_Sleep (unsigned milliseconds) |