package poll
Import Path
modernc.org/libc/poll (on go.dev)
Dependency Relation
imports 4 packages, and imported by one package
Package-Level Type Names (total 9, all are exported)
type X__builtin_va_list = uintptr (basic type) type X__float128 = float64 (basic type)
Package-Level Constants (total 25, all are exported)
const POLLATTRIB = 1024 const POLLERR = 8 const POLLEXTEND = 512 const POLLHUP = 16 const POLLIN = 1 const POLLNLINK = 2048 const POLLNVAL = 32 const POLLOUT = 4 const POLLPRI = 2 const POLLRDBAND = 128 const POLLRDNORM = 64 const POLLSTANDARD = 511 const POLLWRBAND = 256 const POLLWRITE = 4096 const POLLWRNORM = 4 const X_CDEFS_H_ = 0 const X_DARWIN_FEATURE_64_BIT_INODE = 1 const X_DARWIN_FEATURE_ONLY_UNIX_CONFORMANCE = 1 const X_DARWIN_FEATURE_UNIX_CONFORMANCE = 3 const X_FILE_OFFSET_BITS = 64 const X_LP64 = 1 const X_Nonnull = 0 const X_Null_unspecified = 0 const X_Nullable = 0 const X_SYS_POLL_H_ = 0![]() |
The pages are generated with Golds v0.3.6. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |