Module lrs::event::flags

Constants

NameDescription
EFD_CLOSE_ON_EXEC

Close the eventfd when exec is called.

EFD_DONT_BLOCK

Return an error instead of blocking.

EFD_NONE

Dummy flag with all flags unset.

EFD_SEMAPHORE

Use semaphore-like behavior.