Searched refs:spin_helper (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | pthread_test.cpp | 273 SpinFunctionHelper spin_helper; in TEST() local 276 ASSERT_EQ(0, pthread_create(&t1, nullptr, spin_helper.GetFunction(), nullptr)); in TEST() 287 SpinFunctionHelper spin_helper; in TEST() local 290 ASSERT_EQ(0, pthread_create(&t1, nullptr, spin_helper.GetFunction(), nullptr)); in TEST() 305 spin_helper.UnSpin(); in TEST() 473 SpinFunctionHelper spin_helper; in TEST() local 476 ASSERT_EQ(0, pthread_create(&t, nullptr, spin_helper.GetFunction(), nullptr)); in TEST() 478 spin_helper.UnSpin(); in TEST() 487 SpinFunctionHelper spin_helper; in TEST() local 490 ASSERT_EQ(0, pthread_create(&t, nullptr, spin_helper.GetFunction(), nullptr)); in TEST() [all …]
|