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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dlocks_i386.c149 #define OBTAIN_PC(pc,l) ((pc) = (void *) GET_RETURN_PC(&(l))) macro
157 #define OBTAIN_PC(pc,l) ++pc macro
159 #define OBTAIN_PC(pc,l) macro
313 OBTAIN_PC(pc, l);
340 OBTAIN_PC(pc, l);
369 OBTAIN_PC(pc, l);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dlocks_ppc.c142 #define OBTAIN_PC(pc,l) ((pc) = (void *) GET_RETURN_PC(&(l))) macro
148 #define OBTAIN_PC(pc,l) ++pc macro
150 #define OBTAIN_PC(pc,l) macro
259 OBTAIN_PC(pc, l);
286 OBTAIN_PC(pc, l);
316 OBTAIN_PC(pc, l);

Completed in 27 milliseconds