Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/xts/ipc/mutex/
H A Dpthread_mutex_test.c49 int countMax; member
67 if ((g_st1.top + 1) % g_st1.countMax == g_st1.bottom) { /* 1, common data for test, no special meaning */ in PthreadProduce()
72 g_st1.top = (g_st1.top + 1) % g_st1.countMax; /* 1, common data for test, no special meaning */ in PthreadProduce()
96 g_st1.bottom = (g_st1.bottom + 1) % g_st1.countMax; in PthreadConsume()

Completed in 1 milliseconds