Home
last modified time | relevance | path

Searched refs:spinhelper (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dpthread_test.cpp270 SpinFunctionHelper spinhelper; in TEST() local
273 ASSERT_EQ(0, pthread_create(&t1, NULL, spinhelper.GetFunction(), NULL)); in TEST()
284 SpinFunctionHelper spinhelper; in TEST() local
287 ASSERT_EQ(0, pthread_create(&t1, NULL, spinhelper.GetFunction(), NULL)); in TEST()
302 spinhelper.UnSpin(); in TEST()
417 SpinFunctionHelper spinhelper; in TEST() local
420 ASSERT_EQ(0, pthread_create(&t1, NULL, spinhelper.GetFunction(), NULL)); in TEST()
463 SpinFunctionHelper spinhelper; in TEST() local
466 ASSERT_EQ(0, pthread_create(&t, NULL, spinhelper.GetFunction(), NULL)); in TEST()
515 SpinFunctionHelper spinhelper; in TEST() local
[all …]