#include <pthread.h>#include <string>#include "engine/mutex.h"#include "tools/log.h"


Go to the source code of this file.
Classes | |
| class | ThreadObj |
| Thread. More... | |
Functions | |
| ThreadObj * | GetCurrentThread () |
| Get a pointer to the calling ThreadObj. | |
| ThreadObj* GetCurrentThread | ( | ) |
Get a pointer to the calling ThreadObj.
Definition at line 93 of file thread_obj.cpp.
1.5.8