Searched defs:HandleAttr (Results 1 – 2 of 2) sorted by relevance
30 struct HandleAttr { struct31 HandleAttr() : offs(0), flags(0) {} in HandleAttr() function32 bool IsBlocking() const { return !(flags & O_NONBLOCK); } in IsBlocking()34 off_t offs;35 int flags;
16 typedef nacl_io::HandleAttr HandleAttr; typedef