Home | History | Annotate | Download | only in tests

Lines Matching full:pthread_once

1220   ASSERT_EQ(0, pthread_once(&once_control, OnceFn));
1221 ASSERT_EQ(0, pthread_once(&once_control, OnceFn));
1234 pthread_once(&once_control_2, &Routine2);
1238 // Very old versions of Android couldn't call pthread_once from a
1239 // pthread_once init routine. http://b/1934122.
1241 ASSERT_EQ(0, pthread_once(&once_control_1, &Routine1));