Home
last modified time | relevance | path

Searched refs:fInProgress (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/xerces-c3/xerces-c-3.2.3/tests/src/ThreadTest/
H A DThreadTest.cpp195 bool fInProgress; // Set to false by the thread when parse in progress member
200 fInProgress = false; in ThreadInfo()
1089 thInfo->fInProgress = true; in threadMain()
1149 thInfo->fInProgress = false; in threadMain()
1334 while (gThreadInfo[threadNum].fInProgress == true) { in main()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcee.cpp430 void GCHeap::SetGCInProgress(BOOL fInProgress) in SetGCInProgress() argument
432 GcInProgress = fInProgress; in SetGCInProgress()
H A Dgcimpl.h87 void SetGCInProgress(BOOL fInProgress);
H A Dgcinterface.h433 virtual void SetGCInProgress(BOOL fInProgress) = 0;
/dports/games/gnubg/gnubg-1.06.002/
H A Dgnubg.c535 static int iProgressMax, iProgressValue, fInProgress; variable
3952 fInProgress = TRUE; in ProgressStart()
3979 fInProgress = TRUE; in ProgressStartValue()
4061 if (fInProgress) in CallbackProgress()
4067 if (fInProgress) in CallbackProgress()
4073 if (fInProgress && !iProgressMax) in CallbackProgress()
4087 fInProgress = FALSE; in ProgressEnd()