Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 586 Bytes

File metadata and controls

27 lines (16 loc) · 586 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