Searched defs:fYield (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstSemMutex.cpp113 static int Test1(unsigned cThreads, unsigned cSeconds, bool fYield, bool fQuiet) argument
124 g_fYield = fYield;
H A DtstRTCritSectRw.cpp216 static void Test4(unsigned cThreads, unsigned cSeconds, unsigned uWritePercent, bool fYield, bool fQuiet) argument
224 cThreads, cSeconds, uWritePercent, fYield ? "" : "non-");
229 g_fYield = fYield;
H A DtstRTSemRW.cpp215 static void Test4(unsigned cThreads, unsigned cSeconds, unsigned uWritePercent, bool fYield, bool fQuiet) argument
223 cThreads, cSeconds, uWritePercent, fYield ? "" : "non-");
228 g_fYield = fYield;
/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp2130 * @param fYield Whether to yield or not.
2134 GVMMR0DECL(int) GVMMR0SchedPoll(PVM pVM, VMCPUID idCpu, bool fYield) argument
2151 if (!fYield)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dvfw.h1910 BOOL fYield; member in struct:tagCaptureParms
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dvfw.h1910 BOOL fYield; member in struct:tagCaptureParms

Completed in 79 milliseconds