Searched defs:non_blocking (Results 1 – 4 of 4) sorted by relevance
156 pub mod non_blocking; module181 pub fn non_blocking<T: Write + Send + Sync + 'static>(writer: T) -> (NonBlocking, WorkerGuard) { in non_blocking() function
1441 u8_t non_blocking = netconn_is_nonblocking(msg->conn); local
427 int non_blocking; /* reading packets from the thread should not block */ member
13475 int non_blocking = 0; local