Home
last modified time | relevance | path

Searched refs:busyCount (Results 1 – 25 of 44) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DLifetimeManager.cs23 int busyCount; field in System.ServiceModel.Channels.LifetimeManager
37 get { return this.busyCount; }
119 if (this.busyCount > 0) in CloseCore()
156 if (this.busyCount <= 0) in DecrementBusyCount()
160 if (--this.busyCount == 0) in DecrementBusyCount()
196 this.busyCount++; in IncrementBusyCount()
203 this.busyCount++; in IncrementBusyCountWithoutLock()
218 if (this.busyCount > 0) in OnBeginClose()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DHistogram.cc75 int busyCount = 0; in store() local
79 busyCount++; in store()
84 const bool saveSpace = Percent(2*busyCount, theBins.count()) <= 80; in store()
89 log << busyCount; in store()
111 const int busyCount = log.geti(); in load() local
115 for (int i = 0; i < busyCount; ++i) { in load()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/progress/
H A DWorkbenchSiteProgressService.java81 private int busyCount = 0; field in WorkbenchSiteProgressService
314 this.busyCount++;
315 if (busyCount != 1) {
330 Assert.isTrue(busyCount > 0,
332 this.busyCount--;
333 if (busyCount != 0) {
/dports/lang/clips/clips_core_source_630/core/
H A Dfactqury.c924 theFact->factHeader.busyCount++; in TestForFirstFactInTemplate()
927 theFact->factHeader.busyCount--; in TestForFirstFactInTemplate()
930 theFact->factHeader.busyCount--; in TestForFirstFactInTemplate()
936 theFact->factHeader.busyCount++; in TestForFirstFactInTemplate()
942 theFact->factHeader.busyCount--; in TestForFirstFactInTemplate()
1031 theFact->factHeader.busyCount++; in TestEntireTemplate()
1033 theFact->factHeader.busyCount--; in TestEntireTemplate()
1039 theFact->factHeader.busyCount++; in TestEntireTemplate()
1043 theFact->factHeader.busyCount--; in TestEntireTemplate()
1051 theFact->factHeader.busyCount++; in TestEntireTemplate()
[all …]
H A Dfactmngr.c671 if (factPtr->factHeader.busyCount == 0) in RemoveGarbageFacts()
1298 theFact->factHeader.busyCount = 0; in CreateFactBySize()
1309 theFact->theProposition.busyCount = 0; in CreateFactBySize()
1332 if (subSegment->busyCount == 0) in ReturnFact()
1357 newFact->whichDeftemplate->busyCount++; in FactInstall()
1365 newFact->factHeader.busyCount++; in FactInstall()
1381 newFact->whichDeftemplate->busyCount--; in FactDeinstall()
1388 newFact->factHeader.busyCount--; in FactDeinstall()
1403 ((struct fact *) factPtr)->factHeader.busyCount++; in EnvIncrementFactCount()
1418 ((struct fact *) factPtr)->factHeader.busyCount--; in EnvDecrementFactCount()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c138 ffd_atomic_int busyCount; member
167 int busyCount = ffd_atomic_add_fetch(&header->busyCount, 1, FFD_ATOMIC_ACQUIRE); in tryAllocateInSection() local
168 if (busyCount <= maxCount) { in tryAllocateInSection()
181 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELAXED); in tryAllocateInSection()
296 (void)ffd_atomic_add_fetch(&header->busyCount, -1, FFD_ATOMIC_RELEASE); in freeInfo()
297 assert(header->busyCount >= 0); in freeInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DActivityInstance.cs35 int busyCount; field in System.Activities.ActivityInstance
119 get { return this.busyCount; }
120 set { this.busyCount = value; }
287 if (this.busyCount > 0)
302 …ildren && this.extendedData != null && (this.extendedData.BlockingBookmarkCount == this.busyCount);
546 this.busyCount++; in IncrementBusyCount()
551 Fx.Assert(this.busyCount > 0, "something went wrong with our bookkeeping"); in DecrementBusyCount()
552 this.busyCount--; in DecrementBusyCount()
557 Fx.Assert(this.busyCount >= amount, "something went wrong with our bookkeeping"); in DecrementBusyCount()
558 this.busyCount -= amount; in DecrementBusyCount()

12