Searched defs:spinhelper (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dpthread_test.cpp263 SpinFunctionHelper spinhelper; local
266 ASSERT_EQ(0, pthread_create(&t1, NULL, spinhelper.GetFunction(), NULL));
277 SpinFunctionHelper spinhelper; local
280 ASSERT_EQ(0, pthread_create(&t1, NULL, spinhelper.GetFunction(), NULL));
295 spinhelper.UnSpin();
410 SpinFunctionHelper spinhelper; local
413 ASSERT_EQ(0, pthread_create(&t1, NULL, spinhelper.GetFunction(), NULL));
415 spinhelper.UnSpin();
458 SpinFunctionHelper spinhelper; local
461 ASSERT_EQ(0, pthread_create(&t, NULL, spinhelper
512 SpinFunctionHelper spinhelper; local
[all...]

Completed in 40 milliseconds