Searched refs:B_WOULD_BLOCK (Results 1 – 3 of 3) sorted by relevance
70 case B_WOULD_BLOCK: /* Fall through... */ in benaphore_timedlock()
72 if (errno == B_WOULD_BLOCK) { in pcap_read_haiku()
612 pub const B_WOULD_BLOCK: status_t = B_GENERAL_ERROR_BASE + 11; constant