Home
last modified time | relevance | path

Searched refs:B_INTERRUPTED (Results 1 – 4 of 4) sorted by relevance

/external/libpcap/
Dpcap-haiku.cpp69 } while (bytesReceived < 0 && errno == B_INTERRUPTED); in pcap_read_haiku()
/external/libusb/libusb/os/
Dhaiku_usb_backend.cpp190 if (status == B_INTERRUPTED) in TransfersWorker()
/external/python/cpython2/Modules/
Dtimemodule.c1116 if( snooze( (bigtime_t)( secs * 1000.0 * 1000.0 ) ) == B_INTERRUPTED ) {
/external/rust/crates/libc/src/unix/haiku/
Dnative.rs611 pub const B_INTERRUPTED: status_t = B_GENERAL_ERROR_BASE + 10; constant