UDK 3.2.7 C/C++ API Reference
|
#include "sal/config.h"
#include <cassert>
#include <osl/time.h>
#include <osl/diagnose.h>
#include <osl/thread.h>
#include <rtl/alloc.h>
Go to the source code of this file.
Classes | |
class | osl::Thread |
A thread abstraction. More... | |
class | osl::ThreadData |
Namespaces | |
namespace | osl |
Functions | |
void | osl::threadFunc (void *param) |
threadFunc is the function which is executed by the threads created by the osl::Thread class. |