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