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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcpu.c1163 unsigned int cpu, ocpu; local
1173 for(ocpu = 0; ocpu < real_ncpus; ocpu++) { /* Tell everyone to call */
1175 if(ocpu == cpu) continue; /* If we talk to ourselves, people will wonder... */
1177 if(KERN_SUCCESS != cpu_signal(ocpu, SIGPcall, (uint32_t)func, parm)) { /* Call the function on the other processor */

Completed in 25 milliseconds