Home
last modified time | relevance | path

Searched refs:g_st (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/base/
Dlock_free_stack_test.cc82 LockFreeStack<Node> g_st; variable
96 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()