Searched refs:spin_helper (Results 1 – 1 of 1) sorted by relevance
/bionic/tests/ |
D | pthread_test.cpp | 300 SpinFunctionHelper spin_helper; in TEST() local 303 ASSERT_EQ(0, pthread_create(&t1, nullptr, spin_helper.GetFunction(), nullptr)); in TEST() 314 SpinFunctionHelper spin_helper; in TEST() local 317 ASSERT_EQ(0, pthread_create(&t1, nullptr, spin_helper.GetFunction(), nullptr)); in TEST() 332 spin_helper.UnSpin(); in TEST() 500 SpinFunctionHelper spin_helper; in TEST() local 503 ASSERT_EQ(0, pthread_create(&t, nullptr, spin_helper.GetFunction(), nullptr)); in TEST() 505 spin_helper.UnSpin(); in TEST() 514 SpinFunctionHelper spin_helper; in TEST() local 517 ASSERT_EQ(0, pthread_create(&t, nullptr, spin_helper.GetFunction(), nullptr)); in TEST() [all …]
|