Searched refs:spinhelper (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | pthread_test.cpp | 270 SpinFunctionHelper spinhelper; in TEST() local 273 ASSERT_EQ(0, pthread_create(&t1, NULL, spinhelper.GetFunction(), NULL)); in TEST() 284 SpinFunctionHelper spinhelper; in TEST() local 287 ASSERT_EQ(0, pthread_create(&t1, NULL, spinhelper.GetFunction(), NULL)); in TEST() 302 spinhelper.UnSpin(); in TEST() 417 SpinFunctionHelper spinhelper; in TEST() local 420 ASSERT_EQ(0, pthread_create(&t1, NULL, spinhelper.GetFunction(), NULL)); in TEST() 463 SpinFunctionHelper spinhelper; in TEST() local 466 ASSERT_EQ(0, pthread_create(&t, NULL, spinhelper.GetFunction(), NULL)); in TEST() 515 SpinFunctionHelper spinhelper; in TEST() local [all …]
|