Searched refs:g_st (Results 1 – 1 of 1) sorted by relevance
82 LockFreeStack<Node> g_st; variable96 g_st.Push(nodes[i]); in CheckStressPushPop()98 ASSERT_FALSE(g_st.Empty()); in CheckStressPushPop()102 nodes[i] = g_st.Pop(); in CheckStressPushPop()112 g_st.PushRange(next, nodes[0]); in CheckStressPushPop()113 ASSERT_FALSE(g_st.Empty()); in CheckStressPushPop()117 nodes[i] = g_st.Pop(); in CheckStressPushPop()129 ASSERT_TRUE(g_st.Empty()); in TEST()143 ASSERT_TRUE(g_st.Empty()); in TEST()