Classes | |
exception | acsthreadErrTypeEx |
exception | CanNotSpawnThreadEx |
exception | CanNotCreateThreadEx |
exception | ThreadAlreadyExistEx |
exception | CanNotStartThreadEx |
exception | CanNotSuspendThreadEx |
exception | CanNotResumeThreadEx |
exception | ExceptionInOnStartEx |
exception | ExceptionInOnStopEx |
exception | ExceptionInRunLoopEx |
exception | ThreadExecutionProblemEx |
Variables | |
const ACSErr::ErrorCode | CanNotSpawnThread = 0 |
const ACSErr::ErrorCode | CanNotCreateThread = 1 |
const ACSErr::ErrorCode | ThreadAlreadyExist = 2 |
const ACSErr::ErrorCode | CanNotStartThread = 3 |
const ACSErr::ErrorCode | CanNotSuspendThread = 4 |
const ACSErr::ErrorCode | CanNotResumeThread = 5 |
const ACSErr::ErrorCode | ExceptionInOnStart = 6 |
const ACSErr::ErrorCode | ExceptionInOnStop = 7 |
const ACSErr::ErrorCode | ExceptionInRunLoop = 8 |
const ACSErr::ErrorCode | ThreadExecutionProblem = 9 |