abortRequest(handle_t handle, bool autocomplete) | LLQueuedThread | |
addRequest(QueuedRequest *req) | LLQueuedThread | [protected] |
addWorkRequest(LLWorkerClass *workerclass, S32 param, U32 priority=PRIORITY_NORMAL) | LLWorkerThread | |
check() | LLQueuedThread | |
checkPause() | LLThread | |
completeRequest(handle_t handle) | LLQueuedThread | |
delete_list_t typedef | LLWorkerThread | [private] |
deleteWorker(LLWorkerClass *workerclass) | LLWorkerThread | |
e_thread_status enum name | LLThread | |
EThreadStatus typedef | LLThread | |
FLAG_ABORT enum value | LLQueuedThread | |
FLAG_AUTO_COMPLETE enum value | LLQueuedThread | |
FLAG_AUTO_DELETE enum value | LLQueuedThread | |
flags_t enum name | LLQueuedThread | |
generateHandle() | LLQueuedThread | [protected] |
getAPRPool() | LLThread | [inline] |
getNumDeletes() | LLWorkerThread | [inline] |
getPending() | LLQueuedThread | |
getRequest(handle_t handle) | LLQueuedThread | |
getRequestStatus(handle_t handle) | LLQueuedThread | |
getThreaded() | LLQueuedThread | [inline] |
getWorkerAPRPool() | LLWorkerThread | [inline] |
handle_t typedef | LLQueuedThread | |
incQueue() | LLQueuedThread | [protected] |
isPaused() | LLThread | [inline] |
isQuitting() const | LLThread | [inline] |
isStopped() const | LLThread | [inline] |
LLQueuedThread(const std::string &name, bool threaded=true) | LLQueuedThread | |
LLThread(const std::string &name, apr_pool_t *poolp=NULL) | LLThread | |
LLWorkerThread(const std::string &name, bool threaded=true) | LLWorkerThread | |
lockData() | LLThread | [inline, protected] |
mAPRPoolp | LLThread | [protected] |
mAPRThreadp | LLThread | [protected] |
mDeleteList | LLWorkerThread | [private] |
mDeleteMutex | LLWorkerThread | [private] |
mIdleThread | LLQueuedThread | [protected] |
mIsLocalPool | LLThread | [protected] |
mName | LLThread | [protected] |
mNextHandle | LLQueuedThread | [protected] |
mRequestHash | LLQueuedThread | [protected] |
mRequestQueue | LLQueuedThread | [protected] |
mRunCondition | LLThread | [protected] |
mStatus | LLThread | [protected] |
mThreaded | LLQueuedThread | [protected] |
mWorkerAPRPoolp | LLWorkerThread | [private] |
nullHandle() | LLQueuedThread | [inline, static] |
pause() | LLThread | |
printQueueStats() | LLQueuedThread | |
PRIORITY_HIGH enum value | LLQueuedThread | |
PRIORITY_HIGHBITS enum value | LLQueuedThread | |
PRIORITY_IMMEDIATE enum value | LLQueuedThread | |
PRIORITY_LOW enum value | LLQueuedThread | |
PRIORITY_LOWBITS enum value | LLQueuedThread | |
PRIORITY_NORMAL enum value | LLQueuedThread | |
priority_t enum name | LLQueuedThread | |
PRIORITY_URGENT enum value | LLQueuedThread | |
processNextRequest(void) | LLQueuedThread | [protected] |
QUITTING enum value | LLThread | |
REQUEST_HASH_SIZE enum value | LLQueuedThread | [protected] |
request_hash_t typedef | LLQueuedThread | [protected] |
request_queue_t typedef | LLQueuedThread | [protected] |
RUNNING enum value | LLThread | |
setFlags(handle_t handle, U32 flags) | LLQueuedThread | |
setPriority(handle_t handle, U32 priority) | LLQueuedThread | |
setQuitting() | LLThread | [protected] |
shouldSleep(void) | LLThread | [inline, protected] |
shutdown() | LLQueuedThread | [virtual] |
start(void) | LLThread | |
STATUS_ABORTED enum value | LLQueuedThread | |
STATUS_COMPLETE enum value | LLQueuedThread | |
STATUS_DELETE enum value | LLQueuedThread | |
STATUS_EXPIRED enum value | LLQueuedThread | |
STATUS_INPROGRESS enum value | LLQueuedThread | |
STATUS_QUEUED enum value | LLQueuedThread | |
status_t enum name | LLQueuedThread | |
STATUS_UNKNOWN enum value | LLQueuedThread | |
STOPPED enum value | LLThread | |
unlockData() | LLThread | [inline, protected] |
unpause() | LLThread | |
update(U32 max_time_ms) | LLWorkerThread | [virtual] |
updateQueue(U32 max_time_ms) | LLQueuedThread | |
waitForResult(handle_t handle, bool auto_complete=true) | LLQueuedThread | |
waitOnPending() | LLQueuedThread | |
wake() | LLThread | |
wakeLocked() | LLThread | |
yield() | LLThread | [static] |
~LLQueuedThread() | LLQueuedThread | [virtual] |
~LLThread() | LLThread | [virtual] |
~LLWorkerThread() | LLWorkerThread | |