Searched refs:Core (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/kernel/scheduler/
H A Dlow_latency.cpp40 CoreEntry* core = threadData->Core();
80 CoreEntry* core = threadData->Core();
H A Dscheduler.cpp109 ASSERT(threadData->Core() != NULL);
113 } else if (threadData->Core() != NULL
194 ASSERT(threadData->Core() != NULL);
199 CoreCPUHeapLocker _(threadData->Core());
429 ASSERT(nextThreadData->Core() == core);
562 CoreEntry* core = cpu->Core();
813 CoreEntry* core = threadData->Core();
H A Dscheduler_thread.cpp65 if (previousCPU->Core() == core && !fThread->previous_cpu->disabled) {
160 targetCore = targetCPU->Core();
H A Dscheduler_cpu.cpp515 ASSERT(threadData->Core() == NULL);
608 if (threadData->Core() == core && thread->pinned_to_cpu == 0)
743 if (thread->scheduler_data->Core() == threadsData->fCore)
H A Dscheduler_cpu.h52 inline CoreEntry* Core() const { return fCore; } function in class:Scheduler::CPUEntry
536 return gCPUEntries[cpu].Core();
H A Dpower_saving.cpp124 CoreEntry* core = threadData->Core();
H A Dscheduler_thread.h87 inline CoreEntry* Core() const { return fCore; } function in struct:Scheduler::ThreadData

Completed in 58 milliseconds