The OpenD Programming Language

eventfd_t

Type for the event counter

import core.sys.linux.sys.eventfd;
version(linux)
extern (C) @nogc nothrow
alias eventfd_t = uint64_t

Meta