Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp1356 static std::string pthread_once_1934122_result = ""; variable
1359 pthread_once_1934122_result += "2"; in Routine2()
1364 pthread_once_1934122_result += "1"; in Routine1()
1373 ASSERT_EQ("12", pthread_once_1934122_result); in TEST()