Home
last modified time | relevance | path

Searched refs:fBusy (Results 1 – 25 of 58) sorted by relevance

123

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DRWLock.cs19 private int fBusy; field in GKMap.RWLock
26 while (Interlocked.CompareExchange(ref fBusy, 1, 0) != 0) { in AcquireReaderLock()
41 Interlocked.Exchange(ref fBusy, 0); in AcquireReaderLock()
54 while (Interlocked.CompareExchange(ref fBusy, 1, 0) != 0) { in AcquireWriterLock()
65 Interlocked.Exchange(ref fBusy, 0); in ReleaseWriterLock()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Charts/
H A DTween.cs47 private bool fBusy; field in GKCore.Charts.TweenLibrary
58 get { return fBusy; }
63 fBusy = false; in TweenLibrary()
87 if (fBusy) StopTween(); in StartTween()
88 fBusy = true; in StartTween()
108 fBusy = false; in StopTween()
/dports/lang/gcc12-devel/gcc-12-20211205/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
169 fBusy = true;
175 assert (fBusy == true);
180 fBusy = false;
186 assert (fBusy == false);
/dports/lang/gcc11/gcc-11.2.0/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
169 fBusy = true;
175 assert (fBusy == true);
180 fBusy = false;
186 assert (fBusy == false);
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Ddde.d35 @property bool fBusy() { return cast(bool) (_bf & 0x40); } in fBusy() function
43 @property bool fBusy(bool f) { _bf = cast(ubyte) ((_bf & ~0x40) | (f << 6)); return f; } in fBusy() function
168 fBusy = true;
174 assert (fBusy == true);
179 fBusy = false;
185 assert (fBusy == false);
/dports/lang/gcc11-devel/gcc-11-20211009/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
169 fBusy = true;
175 assert (fBusy == true);
180 fBusy = false;
186 assert (fBusy == false);
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Ddde.d35 @property bool fBusy() { return cast(bool) (_bf & 0x40); } in fBusy() function
43 @property bool fBusy(bool f) { _bf = cast(ubyte) ((_bf & ~0x40) | (f << 6)); return f; } in fBusy() function
168 fBusy = true;
174 assert (fBusy == true);
179 fBusy = false;
185 assert (fBusy == false);
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Ddde.d35 @property bool fBusy() { return cast(bool) (_bf & 0x40); } in fBusy() function
43 @property bool fBusy(bool f) { _bf = cast(ubyte) ((_bf & ~0x40) | (f << 6)); return f; } in fBusy() function
168 fBusy = true;
174 assert (fBusy == true);
179 fBusy = false;
185 assert (fBusy == false);
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Ddde.d35 @property bool fBusy() { return cast(bool) (_bf & 0x40); } in fBusy() function
43 @property bool fBusy(bool f) { _bf = cast(ubyte) ((_bf & ~0x40) | (f << 6)); return f; } in fBusy() function
168 fBusy = true;
174 assert (fBusy == true);
179 fBusy = false;
185 assert (fBusy == false);
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Ddde.d35 @property bool fBusy() { return cast(bool) (_bf & 0x40); } in fBusy() function
43 @property bool fBusy(bool f) { _bf = cast(ubyte) ((_bf & ~0x40) | (f << 6)); return f; } in fBusy() function
168 fBusy = true;
174 assert (fBusy == true);
179 fBusy = false;
185 assert (fBusy == false);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/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
169 fBusy = true;
175 assert (fBusy == true);
180 fBusy = false;
186 assert (fBusy == false);
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Ddde.d35 @property bool fBusy() { return cast(bool) (_bf & 0x40); } in fBusy() function
43 @property bool fBusy(bool f) { _bf = cast(ubyte) ((_bf & ~0x40) | (f << 6)); return f; } in fBusy() function
168 fBusy = true;
174 assert (fBusy == true);
179 fBusy = false;
185 assert (fBusy == false);
/dports/games/openclonk/openclonk-release-8.1-src/src/network/
H A DC4Network2Reference.cpp270 fBusy = fSuccess = false; in UnpackPacket()
286 fBusy = fSuccess = false; in UnpackPacket()
295 fBusy = false; fSuccess = true; in UnpackPacket()
416 fBusy = false; in OnDisconn()
435 if (fBusy) in Execute()
456 if (!fBusy) in GetNextTick()
470 if (fBusy) in Query()
519 fBusy = true; in Query()
537 fBusy = fSuccess = fConnected = fBinary = false; in Cancel()
544 fBusy = fSuccess = fConnected = fBinary = false; in Clear()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/client/
H A Dwe_clients.h97 fBusy = b; in makeBusy()
105 return fBusy; in Busy()
161 bool fBusy; variable
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/client/
H A Dwe_clients.h97 fBusy = b; in makeBusy()
105 return fBusy; in Busy()
161 bool fBusy; variable
/dports/databases/fpc-sqlite/fpc-3.2.2/packages/sqlite/src/
H A Dsqlitedb.pas22 fBusy: Boolean;
332 fBusy := True;
343 fBusy := False;
354 if fBusy and fIsOpen then
357 fBusy := false;
H A Dsqlite3db.pas36 fBusy: Boolean;
399 fBusy := True;
410 fBusy := False;
425 if fBusy and fIsOpen then
428 fBusy := false;
/dports/lang/fpc-source/fpc-3.2.2/packages/sqlite/src/
H A Dsqlite3db.pas36 fBusy: Boolean;
399 fBusy := True;
410 fBusy := False;
425 if fBusy and fIsOpen then
428 fBusy := false;
H A Dsqlitedb.pas22 fBusy: Boolean;
332 fBusy := True;
343 fBusy := False;
354 if fBusy and fIsOpen then
357 fBusy := false;
/dports/editors/lazarus/lazarus/ide/
H A Dtransfermacros.pp62 fBusy: TStringList; // current working Macros, used for circle detection
170 FreeAndNil(fBusy);
320 if fBusy<>nil then begin
321 for i:=0 to fBusy.Count-1 do begin
322 if SysUtils.CompareText(fBusy[i],MacroName)=0 then begin
333 if fBusy=nil then fBusy:=TStringList.Create;
335 fBusy.Add(MacroName);
350 fBusy.Delete(fBusy.Count-1);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dtransfermacros.pp62 fBusy: TStringList; // current working Macros, used for circle detection
171 FreeAndNil(fBusy);
321 if fBusy<>nil then begin
322 for i:=0 to fBusy.Count-1 do begin
323 if SysUtils.CompareText(fBusy[i],MacroName)=0 then begin
334 if fBusy=nil then fBusy:=TStringList.Create;
336 fBusy.Add(MacroName);
351 fBusy.Delete(fBusy.Count-1);
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dtransfermacros.pp62 fBusy: TStringList; // current working Macros, used for circle detection
170 FreeAndNil(fBusy);
320 if fBusy<>nil then begin
321 for i:=0 to fBusy.Count-1 do begin
322 if SysUtils.CompareText(fBusy[i],MacroName)=0 then begin
333 if fBusy=nil then fBusy:=TStringList.Create;
335 fBusy.Add(MacroName);
350 fBusy.Delete(fBusy.Count-1);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dtransfermacros.pp62 fBusy: TStringList; // current working Macros, used for circle detection
171 FreeAndNil(fBusy);
321 if fBusy<>nil then begin
322 for i:=0 to fBusy.Count-1 do begin
323 if SysUtils.CompareText(fBusy[i],MacroName)=0 then begin
334 if fBusy=nil then fBusy:=TStringList.Create;
336 fBusy.Add(MacroName);
351 fBusy.Delete(fBusy.Count-1);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Ddistributedenginecomm.h171 fBusy = b; in makeBusy()
179 return fBusy; in Busy()
269 bool fBusy; variable
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Ddistributedenginecomm.h171 fBusy = b; in makeBusy()
179 return fBusy; in Busy()
269 bool fBusy; variable

123