Home | History | Annotate | Download | only in src

Lines Matching defs:WorkerThread

124   WorkerThread *worker = static_cast<WorkerThread*>(ptr);
228 WorkerThread::WorkerThread() {
239 WorkerThread::~WorkerThread() {}
280 void WorkerThread::InitThread(int thread_num_init,
302 bool WorkerThread::InitPriority() {
334 int WorkerThread::SpawnThread() {
352 bool WorkerThread::KillThread() {
357 bool WorkerThread::JoinThread() {
370 void WorkerThread::StartRoutine() {
380 bool WorkerThread::Work() {
395 bool WorkerThread::AvailableCpus(cpu_set_t *cpuset) {
409 bool WorkerThread::CurrentCpus(cpu_set_t *cpuset) {
427 bool WorkerThread::BindToCpus(const cpu_set_t *thread_mask) {
452 bool WorkerThread::YieldSelf() {
458 bool WorkerThread::FillPage(struct page_entry *pe) {
570 void WorkerThread::ProcessError(struct ErrorRecord *error,
695 int WorkerThread::CheckRegion(void *addr,
873 float WorkerThread::GetCopiedData() {
879 int WorkerThread::CrcCheckPage(struct page_entry *srcpe) {
931 void WorkerThread::ProcessTagError(struct ErrorRecord *error,
992 bool WorkerThread::ReportTagError(
1010 bool WorkerThread::AdlerAddrMemcpyC(uint64 *dstmem64,
1081 bool WorkerThread::AdlerAddrMemcpyWarm(uint64 *dstmem64,
1110 bool WorkerThread::TagAddrC(uint64 *memwords,
1126 bool WorkerThread::AdlerAddrCrcC(uint64 *srcmem64,
1184 int WorkerThread::CrcCopyPage(struct page_entry *dstpe,
1328 int WorkerThread::CrcWarmCopyPage(struct page_entry *dstpe,
3300 WorkerThread::ProcessError(error, priority, message);