SLikeNet  0.1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RakSleep.cpp File Reference
#include <pthread.h>
#include <time.h>
#include <sys/time.h>
#include "slikenet/sleep.h"

Go to the source code of this file.

Functions

void RakSleep (unsigned int ms)
 

Variables

pthread_mutex_t fakeMutex = PTHREAD_MUTEX_INITIALIZER
 
pthread_cond_t fakeCond = PTHREAD_COND_INITIALIZER
 

Function Documentation

Variable Documentation

pthread_cond_t fakeCond = PTHREAD_COND_INITIALIZER

Definition at line 30 of file RakSleep.cpp.

Referenced by RakSleep().

pthread_mutex_t fakeMutex = PTHREAD_MUTEX_INITIALIZER

Definition at line 29 of file RakSleep.cpp.

Referenced by RakSleep().