Searched refs:xcsync (Results 1 – 1 of 1) sorted by relevance
371 _Atomic uint32_t xcsync = 0; in kptimer_broadcast() local372 cpu_broadcast_xcall((uint32_t *)&xcsync, TRUE /* include self */, fn, in kptimer_broadcast()373 &xcsync); in kptimer_broadcast()383 _Atomic uint32_t *xcsync = arg; in kptimer_broadcast_ack()384 int pending = os_atomic_dec(xcsync, relaxed); in kptimer_broadcast_ack()386 thread_wakeup(xcsync); in kptimer_broadcast_ack()