Home
last modified time | relevance | path

Searched refs:BUSY (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Lib/turtledemo/
H A Dnim.py189 self.BUSY = False
198 if self.BUSY:
200 self.BUSY = True
202 self.BUSY = False
/third_party/backends/backend/
H A Dsnapscan-usb.h67 #define BUSY 0x04 macro
H A Dcanon_pp-dev.h60 #define BUSY 0x10 macro
H A Dsnapscan-usb.c346 case BUSY: in usb_read_status()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/
H A Dscsi.h76 #define BUSY 0x04 macro
/third_party/musl/porting/liteos_m/kernel/include/scsi/
H A Dscsi.h76 #define BUSY 0x04 macro
/third_party/musl/porting/uniproton/kernel/include/scsi/
H A Dscsi.h76 #define BUSY 0x04 macro
/third_party/musl/include/scsi/
H A Dscsi.h76 #define BUSY 0x04 macro
/third_party/rust/crates/rustix/src/io/
H A Dprocfs.rs191 io::Errno::BUSY => false, // the rename failed normally
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs272 pub const BUSY: Self = Self::from_errno(errno::EBUSY); consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs157 pub const BUSY: Self = Self(c::EBUSY); consts

Completed in 9 milliseconds