Lines Matching defs:c_short
10 pub type c_short = i16;
151 pub events: c_short,
152 pub revents: c_short,
273 pub const POLLIN: ::c_short = 0x1;
274 pub const POLLOUT: ::c_short = 0x2;
275 pub const POLLERR: ::c_short = 0x1000;
276 pub const POLLHUP: ::c_short = 0x2000;
277 pub const POLLNVAL: ::c_short = 0x4000;
278 pub const POLLRDNORM: ::c_short = 0x1;
279 pub const POLLWRNORM: ::c_short = 0x2;