Home
last modified time | relevance | path

Searched refs:countMax (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/kernel_lite/futex_posix/src/
H A DPthreadMutexTest.cpp116 const int countMax = 5; member
130 if ((g_st1.top + 1) % g_st1.countMax == g_st1.bottom) { in PthreadProduce()
134 g_st1.top = (g_st1.top + 1) % g_st1.countMax; in PthreadProduce()
154 g_st1.bottom = (g_st1.bottom + 1) % g_st1.countMax; in PthreadConsume()

Completed in 2 milliseconds