Lines Matching defs:safe
751 * This routine is called to place the CPUs in a safe place so that
767 volatile char *safe = &safe_list[index];
770 ASSERT((curthread->t_bound_cpu != NULL) || (*safe == PAUSE_DIE));
772 while (*safe != PAUSE_DIE) {
773 *safe = PAUSE_READY;
779 * indicates that it's safe to do the spl. Until
804 mach_cpu_pause(safe);
815 *safe = PAUSE_DEAD;
866 * fact that it is safe for cpr suspend.
1204 * Put all the cpus into a known safe place.
1406 * Put all the cpus into a known safe place.
3011 * The calling context must be such that CPU references are safe.