Searched refs:sCpuRendezvous3 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/
H A Dmain.cpp83 static uint32 sCpuRendezvous3; variable
130 if (smp_trap_non_boot_cpus(currentCPU, &sCpuRendezvous3)) {
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp108 static uint32 sCpuRendezvous3; variable
190 // One CPU has to reset sCpuRendezvous3 -- it is needed to prevent the CPU
195 atomic_set((int32*)&sCpuRendezvous3, 0);
206 smp_cpu_rendezvous(&sCpuRendezvous3);
218 // One CPU has to reset sCpuRendezvous3 -- it is needed to prevent the CPU
223 atomic_set((int32*)&sCpuRendezvous3, 0);
234 smp_cpu_rendezvous(&sCpuRendezvous3);
244 // One CPU has to reset sCpuRendezvous3 -- it is needed to prevent the CPU
249 atomic_set((int32*)&sCpuRendezvous3, 0);
259 smp_cpu_rendezvous(&sCpuRendezvous3);
[all...]

Completed in 35 milliseconds