#include <llerrorthread.h>


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::run | ( | void | ) | [virtual] |
Implements LLThread.
Definition at line 106 of file llerrorthread.cpp.
References FALSE, get_child_status(), LLApp::getSigChildCount(), LLApp::isError(), LLApp::isStopped(), llendl, llinfos, LLChildInfo::mCallback, LLChildInfo::mGotSigChild, ms_sleep(), LLApp::runErrorHandler(), S32, LLApp::sChildMap, LLApp::sDefaultChildCallback, LLApp::sErrorThreadRunning, LLApp::sLogInSignal, indra::ipc::saranwrap::status(), and TRUE.

| void LLErrorThread::setUserData | ( | void * | user_data | ) |
Definition at line 45 of file llerrorthread.cpp.
References mUserDatap.
Referenced by LLApp::setupErrorHandling().

| void * LLErrorThread::getUserData | ( | ) | const |
void* LLErrorThread::mUserDatap [protected] |
1.5.5