Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 569 Bytes

eventpair.md

File metadata and controls

24 lines (14 loc) · 569 Bytes

Event Pair

NAME

eventpair - Mutually signalable pair of events for concurrent programming

SYNOPSIS

Event Pairs are linked pairs of user-signalable objects. The 8 signal bits reserved for userspace (MX_USER_SIGNAL_0 through MX_USER_SIGNAL_7) may be set or cleared on the local or opposing endpoint of an Event Pair.

DESCRIPTION

TODO

SYSCALLS