Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 602 Bytes

File metadata and controls

27 lines (16 loc) · 602 Bytes

Event

NAME

event - Signalable event for concurrent programming

SYNOPSIS

Events are user-signalable objects. The 8 signal bits reserved for userspace (ZX_USER_SIGNAL_0 through ZX_USER_SIGNAL_7) may be set, cleared, and waited upon.

DESCRIPTION

TODO

SYSCALLS

SEE ALSO

  • eventpair - linked pairs of signalable objects