Home
last modified time | relevance | path

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

/test/xts/acts/kernel_lite/futex_posix/src/
H A DPthreadMutexTest.cpp123 } g_st1; variable
127 for (int i = 0; i < g_st1.loopNum; i++) { in PthreadProduce()
128 EXPECT_EQ(pthread_mutex_lock(&g_st1.mutex), 0) << "> return errno"; in PthreadProduce()
130 if ((g_st1.top + 1) % g_st1.countMax == g_st1.bottom) { in PthreadProduce()
131 EXPECT_EQ(pthread_cond_wait(&g_st1.notempty, &g_st1.mutex), 0); in PthreadProduce()
134 g_st1.top = (g_st1 in PthreadProduce()
[all...]

Completed in 2 milliseconds