#include <math.h>
#include <unistd.h>
#include <pthread.h>
#include <sys/time.h>
#include "threads.h"
#include "utility.h"
Include dependency graph for threads_posix.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 | |
void * | audiere::ThreadRoutine (void *arg) |
bool | audiere::AI_CreateThread (AI_ThreadRoutine routine, void *opaque, int priority=0) |
void | audiere::AI_Sleep (unsigned milliseconds) |