Searched refs:BLOCK (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.9/kernel/src/net/socket/ | ||
D | mod.rs | 601 const BLOCK = 1 << 0; constant |
D | sockets.rs | 117 if !self.metadata.options.contains(SocketOptions::BLOCK) { in read() |