Searched refs:notempty (Results 1 – 1 of 1) sorted by relevance
121 pthread_cond_t notempty = PTHREAD_COND_INITIALIZER; member131 EXPECT_EQ(pthread_cond_wait(&g_st1.notempty, &g_st1.mutex), 0); in PthreadProduce()138 EXPECT_EQ(pthread_cond_signal(&g_st1.notempty), 0); in PthreadProduce()151 EXPECT_EQ(pthread_cond_wait(&g_st1.notempty, &g_st1.mutex), 0); in PthreadConsume()158 EXPECT_EQ(pthread_cond_signal(&g_st1.notempty), 0); in PthreadConsume()