TestSelectNotifyAfterPending
TestSelectNotifyAfterPending(bool master, bool write, bool unblock)
CALLER(this, &TestSelectNotifyAfterPending::_ReadWriter),
CALLER(this, &TestSelectNotifyAfterPending::_Selector), "selector");
RUN_TEST(new TestSelectNotifyAfterPending(false, false, false));
RUN_TEST(new TestSelectNotifyAfterPending(false, false, true));
RUN_TEST(new TestSelectNotifyAfterPending(false, true, false));
RUN_TEST(new TestSelectNotifyAfterPending(false, true, true));
RUN_TEST(new TestSelectNotifyAfterPending(true, false, false));
RUN_TEST(new TestSelectNotifyAfterPending(true, false, true));
RUN_TEST(new TestSelectNotifyAfterPending(true, true, false));
RUN_TEST(new TestSelectNotifyAfterPending(true, true, true));