Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp1355 static std::string pthread_once_1934122_result = ""; variable
1358 pthread_once_1934122_result += "2"; in Routine2()
1363 pthread_once_1934122_result += "1"; in Routine1()
1372 ASSERT_EQ("12", pthread_once_1934122_result); in TEST()