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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmodel_dep.c163 volatile unsigned int cpus_holding_bkpts; /* counter for number of cpus holding variable
765 if (db_breakpoints_inserted) cpus_holding_bkpts++; /* Bump up the holding count */
899 if (db_breakpoints_inserted) cpus_holding_bkpts--; /* If any breakpoints, back off count */
904 cpus_holding_bkpts);
909 if (wait) while(cpus_holding_bkpts); /* Wait for breakpoints to clear */
H A Ddb_interface.c113 extern volatile unsigned int cpus_holding_bkpts; /* counter for number of cpus holding
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_interface.c187 volatile unsigned int cpus_holding_bkpts; /* counter for number of cpus variable
853 cpus_holding_bkpts++;
886 cpus_holding_bkpts--;
893 cpus_holding_bkpts);
903 while(cpus_holding_bkpts);

Completed in 24 milliseconds