Structural deformable models
|
#include "vuThread.h"
#include <stdlib.h>
#include <iostream>
#include <errno.h>
#include <string.h>
#include <fstream>
#include <sys/time.h>
#include <pthread.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
vuMutex & | getLogMut () |
void * | _kickoff (void *ptr) |
Variables | |
vuMutex | logmut |
void* _kickoff | ( | void * | ptr | ) |
Definition at line 20 of file vuThread.cpp.
References NULL, vuThread::run(), vuThread::stopThread(), and vuMutex::unlock().
Referenced by vuThread::startThread(), vuMutex::unlock(), and vuThread::~vuThread().
vuMutex& getLogMut | ( | ) |
vuMutex logmut |
Definition at line 10 of file vuThread.cpp.
Referenced by getLogMut().