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

/bionic/tests/
H A Dpthread_test.cpp1003 static std::string pthread_once_1934122_result = ""; variable
1006 pthread_once_1934122_result += "2";
1011 pthread_once_1934122_result += "1";
1020 ASSERT_EQ("12", pthread_once_1934122_result);

Completed in 51 milliseconds