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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcpu.c1162 int failsig; local
1166 failsig = 0; /* Clear called processor count */
1178 failsig++; /* Count failed signals */
1182 if (hw_atomic_sub(synch, failsig + 1) == 0)
1188 return (real_ncpus - failsig - 1); /* Return the number of guys actually signalled... */

Completed in 28 milliseconds