abortRequest(handle_t handle, bool autocomplete) | LLQueuedThread | |
addRequest(QueuedRequest *req) | LLQueuedThread | [protected] |
check() | LLQueuedThread | |
checkPause() | LLThread | |
cleanupClass() | LLVFSThread | [static] |
completeRequest(handle_t handle) | LLQueuedThread | |
e_thread_status enum name | LLThread | |
EThreadStatus typedef | LLThread | |
FILE_READ enum value | LLVFSThread | |
FILE_RENAME enum value | LLVFSThread | |
FILE_WRITE enum value | LLVFSThread | |
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] |
getPending() | LLQueuedThread | |
getRequest(handle_t handle) | LLQueuedThread | |
getRequestStatus(handle_t handle) | LLQueuedThread | |
getThreaded() | LLQueuedThread | [inline] |
handle_t typedef | LLQueuedThread | |
incQueue() | LLQueuedThread | [protected] |
initClass(bool local_is_threaded=TRUE) | LLVFSThread | [static] |
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 | |
LLVFSThread(bool threaded=TRUE) | LLVFSThread | |
lockData() | LLThread | [inline, protected] |
mAPRPoolp | LLThread | [protected] |
mAPRThreadp | LLThread | [protected] |
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] |
nullHandle() | LLQueuedThread | [inline, static] |
operation_t enum name | LLVFSThread | |
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] |
processRequest(QueuedRequest *req) | LLVFSThread | |
QUITTING enum value | LLThread | |
read(LLVFS *vfs, const LLUUID &file_id, const LLAssetType::EType file_type, U8 *buffer, S32 offset, S32 numbytes, U32 pri=PRIORITY_NORMAL, U32 flags=0) | LLVFSThread | |
readImmediate(LLVFS *vfs, const LLUUID &file_id, const LLAssetType::EType file_type, U8 *buffer, S32 offset, S32 numbytes) | LLVFSThread | |
REQUEST_HASH_SIZE enum value | LLQueuedThread | [protected] |
request_hash_t typedef | LLQueuedThread | [protected] |
request_queue_t typedef | LLQueuedThread | [protected] |
RUNNING enum value | LLThread | |
sDataPath | LLVFSThread | [static] |
setDataPath(const std::string &path) | LLVFSThread | [inline, static] |
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] |
sLocal | LLVFSThread | [static] |
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) | LLQueuedThread | [virtual] |
updateClass(U32 ms_elapsed) | LLVFSThread | [static] |
updateQueue(U32 max_time_ms) | LLQueuedThread | |
waitForResult(handle_t handle, bool auto_complete=true) | LLQueuedThread | |
waitOnPending() | LLQueuedThread | |
wake() | LLThread | |
wakeLocked() | LLThread | |
write(LLVFS *vfs, const LLUUID &file_id, const LLAssetType::EType file_type, U8 *buffer, S32 offset, S32 numbytes, U32 flags) | LLVFSThread | |
writeImmediate(LLVFS *vfs, const LLUUID &file_id, const LLAssetType::EType file_type, U8 *buffer, S32 offset, S32 numbytes) | LLVFSThread | |
yield() | LLThread | [static] |
~LLQueuedThread() | LLQueuedThread | [virtual] |
~LLThread() | LLThread | [virtual] |
~LLVFSThread() | LLVFSThread | |