1# Event Pair 2 3## NAME 4 5eventpair - Mutually signalable pair of events for concurrent programming 6 7## SYNOPSIS 8 9Event Pairs are linked pairs of user-signalable objects. The 8 signal 10bits reserved for userspace (*ZX_USER_SIGNAL_0* through 11*ZX_USER_SIGNAL_7*) may be set or cleared on the local or opposing 12endpoint of an Event Pair. 13 14## DESCRIPTION 15 16TODO 17 18## SYSCALLS 19 20+ [eventpair_create](../syscalls/eventpair_create.md) - create a connected pair of events 21 22<br> 23 24+ [object_signal_peer](../syscalls/object_signal.md) - set or clear the user signals in the opposite end 25