$search
#include <blort/ThreadObject/Thread.h>
#include <iostream>
Go to the source code of this file.
Functions | |
LPVOID | _THKERNEL (LPVOID lpvData) |
void | Sleep (unsigned int milli) |
int | usleep (useconds_t useconds) |
_THKERNEL thread callback function used by CreateThread
Definition at line 119 of file Thread.cpp.
void Sleep | ( | unsigned int | milli | ) |
Definition at line 90 of file Thread.cpp.
int usleep | ( | useconds_t | useconds | ) |