Searched refs:xcsync (Results 1 – 1 of 1) sorted by relevance
365 _Atomic uint32_t xcsync = 0; in kptimer_broadcast() local366 cpu_broadcast_xcall((uint32_t *)&xcsync, TRUE /* include self */, fn, in kptimer_broadcast()367 &xcsync); in kptimer_broadcast()377 _Atomic uint32_t *xcsync = arg; in kptimer_broadcast_ack()378 int pending = os_atomic_dec(xcsync, relaxed); in kptimer_broadcast_ack()380 thread_wakeup(xcsync); in kptimer_broadcast_ack()