Lines Matching refs:TestSelectNotifyAfterPending
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()
934 RUN_TEST(new TestSelectNotifyAfterPending(true, false, true)); in main()
935 RUN_TEST(new TestSelectNotifyAfterPending(true, true, false)); in main()
936 RUN_TEST(new TestSelectNotifyAfterPending(true, true, true)); in main()