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

/bionic/tests/
H A Dpthread_test.cpp1448 static size_t cleanup_counter = 0; variable
1455 ++cleanup_counter;
1465 ASSERT_EQ(1U, cleanup_counter);
1482 ASSERT_EQ(2U, cleanup_counter);

Completed in 45 milliseconds