Home
last modified time | relevance | path

Searched defs:fBusy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Ddde.d36 @property bool fBusy() { return cast(bool) (_bf & 0x40); } in fBusy() function
44 @property bool fBusy(bool f) { _bf = cast(ubyte) ((_bf & ~0x40) | (f << 6)); return f; } in fBusy() function