Searched refs:spin_helper (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | pthread_test.cpp | 271 SpinFunctionHelper spin_helper; in TEST() local 274 ASSERT_EQ(0, pthread_create(&t1, nullptr, spin_helper.GetFunction(), nullptr)); in TEST() 285 SpinFunctionHelper spin_helper; in TEST() local 288 ASSERT_EQ(0, pthread_create(&t1, nullptr, spin_helper.GetFunction(), nullptr)); in TEST() 303 spin_helper.UnSpin(); in TEST() 474 SpinFunctionHelper spin_helper; in TEST() local 477 ASSERT_EQ(0, pthread_create(&t, nullptr, spin_helper.GetFunction(), nullptr)); in TEST() 479 spin_helper.UnSpin(); in TEST() 488 SpinFunctionHelper spin_helper; in TEST() local 491 ASSERT_EQ(0, pthread_create(&t, nullptr, spin_helper.GetFunction(), nullptr)); in TEST() [all …]
|