#include "vuThread.h"
#include <stdlib.h>
#include <iostream.h>
#include <errno.h>
#include <string.h>
#include <fstream.h>
#include "vuSimpleTypes.h"
#include <sys/time.h>
#include <pthread.h>
Include dependency graph for vuThread.cpp:
Go to the source code of this file.
Functions | |
vuMutex & | getLogMut () |
void * | _kickoff (void *ptr) |
Variables | |
vuMutex | logmut |
|
Definition at line 19 of file vuThread.cpp. References data, vuThread::m_AdditionalData, vuThread::m_Whatsup, vuThread::m_WhatsupMutex, vuThread::run(), vuThread::stopThread(), and vuMutex::unlock(). |
Here is the call graph for this function:
|
Definition at line 11 of file vuThread.cpp. |
|
Definition at line 9 of file vuThread.cpp. |