Searched refs:xcsync (Results 1 – 1 of 1) sorted by relevance
368 _Atomic uint32_t xcsync = 0; in kptimer_broadcast() local369 cpu_broadcast_xcall((uint32_t *)&xcsync, TRUE /* include self */, fn, in kptimer_broadcast()370 &xcsync); in kptimer_broadcast()380 _Atomic uint32_t *xcsync = arg; in kptimer_broadcast_ack()381 int pending = os_atomic_dec(xcsync, relaxed); in kptimer_broadcast_ack()383 thread_wakeup(xcsync); in kptimer_broadcast_ack()