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

/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp697 // TestSelectNotifyAfterPending
698 class TestSelectNotifyAfterPending : public TestCase { class in inherits:TestCase
700 TestSelectNotifyAfterPending(bool master, bool write, bool unblock) function in class:TestSelectNotifyAfterPending
708 printf("TestSelectNotifyAfterPending(%d, %d, %d)\n", master, write,
714 virtual ~TestSelectNotifyAfterPending()
729 CALLER(this, &TestSelectNotifyAfterPending::_ReadWriter),
732 CALLER(this, &TestSelectNotifyAfterPending::_Selector), "selector");
929 RUN_TEST(new TestSelectNotifyAfterPending(false, false, false));
930 RUN_TEST(new TestSelectNotifyAfterPending(false, false, true));
931 RUN_TEST(new TestSelectNotifyAfterPending(fals
[all...]

Completed in 45 milliseconds