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

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s246 #ifndef SLOCK
248 #define SLOCK LOCK define
250 #define SLOCK define
261 #define SDINC(mem) SLOCK addl $1,mem; SLOCK adcl $0,4+mem
262 #define SDADD(val,mem) SLOCK addl val,mem; SLOCK adcl $0,4+mem
263 #define SDADDNEG(val,mem) SLOCK subl val,mem; SLOCK adcl $0,4+mem
264 #define SDSUB(val,mem) SLOCK sub
[all...]

Completed in 21 milliseconds