SLikeNet
0.1.3
|
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 |
void RakSleep | ( | unsigned int | ms | ) |
Definition at line 41 of file RakSleep.cpp.
References fakeCond, and fakeMutex.
Referenced by SLNet::RNS2_Berkley::BlockOnStopRecvPollingThread(), SLNet::RakPeerInterface::Get64BitUniqueRandomNumber(), SLNet::RakPeer::GetSocket(), SLNet::RakPeer::GetSockets(), ThreadPool< InputType, OutputType >::Pause(), SLNet::RNS2_Berkley::RecvFromLoopInt(), SLNet::RakPeer::Shutdown(), ThreadPool< InputType, OutputType >::StartThreads(), SLNet::RakPeer::Startup(), and ThreadPool< InputType, OutputType >::StopThreads().
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().