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

/bionic/tests/
H A Dpthread_test.cpp687 static std::string pthread_once_1934122_result = ""; variable
690 pthread_once_1934122_result += "2";
695 pthread_once_1934122_result += "1";
704 ASSERT_EQ("12", pthread_once_1934122_result);

Completed in 316 milliseconds