#include <llerrorthread.h>
Inheritance diagram for LLErrorThread:
Public Member Functions | |
LLErrorThread () | |
~LLErrorThread () | |
void | run (void) |
void | setUserData (void *user_data) |
void * | getUserData () const |
Protected Attributes | |
void * | mUserDatap |
Definition at line 37 of file llerrorthread.h.
LLErrorThread::LLErrorThread | ( | ) |
Definition at line 35 of file llerrorthread.cpp.
LLErrorThread::~LLErrorThread | ( | ) |
Definition at line 41 of file llerrorthread.cpp.
void * LLErrorThread::getUserData | ( | ) | const |
Implements LLThread.
Definition at line 106 of file llerrorthread.cpp.
References FALSE, get_child_status(), LLApp::getSigChildCount(), LLApp::isError(), LLApp::isStopped(), llendl, llinfos, ms_sleep(), LLApp::runErrorHandler(), S32, LLApp::sChildMap, LLApp::sDefaultChildCallback, LLApp::sErrorThreadRunning, LLApp::sLogInSignal, and TRUE.
Definition at line 45 of file llerrorthread.cpp.
References mUserDatap.
Referenced by LLApp::setupErrorHandling().
void* LLErrorThread::mUserDatap [protected] |