Searched refs:EintrWrapperTest (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/base/
H A DEintrWrapper_unittest.cpp31 class EintrWrapperTest : public ::testing::Test, LogOutput { class in namespace:android::base
33 EintrWrapperTest() : function in class:android::base::EintrWrapperTest
38 ~EintrWrapperTest() {
72 TEST_F(EintrWrapperTest, NoLoopOnSuccess) {
78 TEST_F(EintrWrapperTest, NoLoopOnRegularError) {
97 TEST_F(EintrWrapperTest, IgnoreEintr) {
115 TEST_F(EintrWrapperTest, LoopOnEintr) {
129 TEST_F(EintrWrapperTest, PanicOnTooManyLoops) {

Completed in 50 milliseconds