Searched refs:TestSelectNotifyAfterPending (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tests/add-ons/kernel/drivers/tty/ |
H A D | tty-test.cpp | 698 class TestSelectNotifyAfterPending : public TestCase { class 700 TestSelectNotifyAfterPending(bool master, bool write, bool unblock) in TestSelectNotifyAfterPending() function in TestSelectNotifyAfterPending 714 virtual ~TestSelectNotifyAfterPending() in ~TestSelectNotifyAfterPending() 729 CALLER(this, &TestSelectNotifyAfterPending::_ReadWriter), in Test() 732 CALLER(this, &TestSelectNotifyAfterPending::_Selector), "selector"); in Test() 929 RUN_TEST(new TestSelectNotifyAfterPending(false, false, false)); in main() 930 RUN_TEST(new TestSelectNotifyAfterPending(false, false, true)); in main() 931 RUN_TEST(new TestSelectNotifyAfterPending(false, true, false)); in main() 932 RUN_TEST(new TestSelectNotifyAfterPending(false, true, true)); in main() 933 RUN_TEST(new TestSelectNotifyAfterPending(true, false, false)); in main() [all …]
|