Home | History | Annotate | Download | only in src

Lines Matching defs:WorkerThread

139   WorkerThread *worker = static_cast<WorkerThread*>(ptr);
236 WorkerThread::WorkerThread() {
247 WorkerThread::~WorkerThread() {}
288 void WorkerThread::InitThread(int thread_num_init,
310 bool WorkerThread::InitPriority() {
342 int WorkerThread::SpawnThread() {
360 bool WorkerThread::KillThread() {
365 bool WorkerThread::JoinThread() {
378 void WorkerThread::StartRoutine() {
388 bool WorkerThread::Work() {
403 bool WorkerThread::AvailableCpus(cpu_set_t *cpuset) {
417 bool WorkerThread::CurrentCpus(cpu_set_t *cpuset) {
435 bool WorkerThread::BindToCpus(const cpu_set_t *thread_mask) {
460 bool WorkerThread::YieldSelf() {
466 bool WorkerThread::FillPage(struct page_entry *pe) {
578 void WorkerThread::ProcessError(struct ErrorRecord *error,
703 int WorkerThread::CheckRegion(void *addr,
886 float WorkerThread::GetCopiedData() {
892 int WorkerThread::CrcCheckPage(struct page_entry *srcpe) {
944 void WorkerThread::ProcessTagError(struct ErrorRecord *error,
1005 bool WorkerThread::ReportTagError(
1023 bool WorkerThread::AdlerAddrMemcpyC(uint64 *dstmem64,
1094 bool WorkerThread::AdlerAddrMemcpyWarm(uint64 *dstmem64,
1117 bool WorkerThread::TagAddrC(uint64 *memwords,
1133 bool WorkerThread::AdlerAddrCrcC(uint64 *srcmem64,
1191 int WorkerThread::CrcCopyPage(struct page_entry *dstpe,
1335 int WorkerThread::CrcWarmCopyPage(struct page_entry *dstpe,
3274 WorkerThread::ProcessError(error, priority, message);