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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Ddtrace_isa.c106 xcArg_t *pArg = (xcArg_t *)foo; local
108 if ( pArg->cpu == CPU->cpu_id || pArg->cpu == DTRACE_CPUALL ) {
109 (pArg->f)(pArg->arg);
112 if(!hw_atomic_sub(&(pArg->waitVar), 1)) { /* Drop the wait count */
113 thread_wakeup((event_t)&(pArg->waitVar)); /* If we were the last, wake up the signaller */
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddtrace_isa.c113 xcArg_t *pArg = (xcArg_t *)foo; local
115 if ( pArg->cpu == CPU->cpu_id || pArg->cpu == DTRACE_CPUALL ) {
116 (pArg->f)(pArg->arg);

Completed in 34 milliseconds