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

/haiku/src/system/kernel/scheduler/
H A Dscheduler_thread.h389 if (fThread->pinned_to_cpu > 0) {
431 if (fThread->pinned_to_cpu > 0) {
461 if (fThread->pinned_to_cpu > 0) {
H A Dscheduler.cpp107 if (thread->pinned_to_cpu > 0) {
384 if (oldThread->pinned_to_cpu == 0) {
496 thread->pinned_to_cpu = 1;
H A Dscheduler_cpu.cpp608 if (threadData->Core() == core && thread->pinned_to_cpu == 0)
/haiku/headers/private/kernel/
H A Dthread.h404 thread->pinned_to_cpu++;
411 thread->pinned_to_cpu--;
H A Dthread_types.h452 int32 pinned_to_cpu; // only accessed by this thread or in the member in struct:BKernel::Thread
/haiku/src/add-ons/kernel/power/cpuidle/intel_cstates/
H A Dintel_cstates.cpp76 ASSERT(thread_get_current_thread()->pinned_to_cpu > 0);
/haiku/src/system/kernel/
H A Dthread.cpp177 pinned_to_cpu(0),

Completed in 65 milliseconds