Home
last modified time | relevance | path

Searched refs:B_WOULD_BLOCK (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Python/
Dthread_beos.h70 case B_WOULD_BLOCK: /* Fall through... */ in benaphore_timedlock()
/external/libpcap/
Dpcap-haiku.cpp72 if (errno == B_WOULD_BLOCK) { in pcap_read_haiku()
/external/rust/crates/libc/src/unix/haiku/
Dnative.rs612 pub const B_WOULD_BLOCK: status_t = B_GENERAL_ERROR_BASE + 11; constant