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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Ddtrace_isa.c96 typedef struct xcArg { struct
123 xcArg_t xcArg; local
135 xcArg.cpu = cpu;
136 xcArg.f = f;
137 xcArg.arg = arg;
138 xcArg.waitVar = 0;
140 (void)cpu_broadcast(&(xcArg.waitVar), xcRemote, (uint32_t)&xcArg);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddtrace_isa.c104 typedef struct xcArg { struct
126 xcArg_t xcArg; local
128 xcArg.cpu = cpu;
129 xcArg.f = f;
130 xcArg.arg = arg;
132 mp_broadcast( xcRemote, (void *)&xcArg);

Completed in 83 milliseconds