Searched refs:spin_helper (Results 1 - 1 of 1) sorted by relevance
/bionic/tests/ |
H A D | pthread_test.cpp | 264 SpinFunctionHelper spin_helper; local 267 ASSERT_EQ(0, pthread_create(&t1, NULL, spin_helper.GetFunction(), NULL)); 278 SpinFunctionHelper spin_helper; local 281 ASSERT_EQ(0, pthread_create(&t1, NULL, spin_helper.GetFunction(), NULL)); 296 spin_helper.UnSpin(); 423 SpinFunctionHelper spin_helper; local 426 ASSERT_EQ(0, pthread_create(&t, nullptr, spin_helper.GetFunction(), nullptr)); 428 spin_helper.UnSpin(); 437 SpinFunctionHelper spin_helper; local 440 ASSERT_EQ(0, pthread_create(&t, nullptr, spin_helper 509 SpinFunctionHelper spin_helper; local 593 SpinFunctionHelper spin_helper; local [all...] |
Completed in 73 milliseconds