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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Ddtrace_isa.c100 uint32_t waitVar; member in struct:xcArg
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 */
138 xcArg.waitVar = 0;
140 (void)cpu_broadcast(&(xcArg.waitVar), xcRemote, (uint32_t)&xcArg);

Completed in 19 milliseconds