Searched defs:g_cConcurrentReaders (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTCritSectRw.cpp56 static uint32_t volatile g_cConcurrentReaders; variable
103 if (g_cConcurrentReaders != 0)
105 RTTestFailed(g_hTest, "g_cConcurrentReaders=%u on %s after write locking it",
106 g_cConcurrentReaders, RTThreadSelfName());
118 ASMAtomicIncU32(&g_cConcurrentReaders);
170 if (g_cConcurrentReaders != 0)
172 RTTestFailed(g_hTest, "g_cConcurrentReaders=%u on %s before write release",
173 g_cConcurrentReaders, RTThreadSelfName());
194 ASMAtomicDecU32(&g_cConcurrentReaders);
234 g_cConcurrentReaders
[all...]
H A DtstRTSemRW.cpp55 static uint32_t volatile g_cConcurrentReaders; variable
102 if (g_cConcurrentReaders != 0)
104 RTTestFailed(g_hTest, "g_cConcurrentReaders=%u on %s after write locking it",
105 g_cConcurrentReaders, RTThreadSelfName());
117 ASMAtomicIncU32(&g_cConcurrentReaders);
169 if (g_cConcurrentReaders != 0)
171 RTTestFailed(g_hTest, "g_cConcurrentReaders=%u on %s before write release",
172 g_cConcurrentReaders, RTThreadSelfName());
193 ASMAtomicDecU32(&g_cConcurrentReaders);
233 g_cConcurrentReaders
[all...]

Completed in 59 milliseconds