notify_select_event_pool
void notify_select_event_pool(select_sync_pool *pool, uint8 event);
notify_select_event_pool(device->select_pool, B_SELECT_READ);
notify_select_event_pool(device->select_pool, B_SELECT_READ);
notify_select_event_pool(device->select_pool, B_SELECT_READ);
notify_select_event_pool(tty->select_pool, event);
notify_select_event_pool(device->select_pool, B_SELECT_READ);
notify_select_event_pool(parent->select_pool, B_SELECT_READ);
notify_select_event_pool(socket->select_pool, event);
notify_select_event_pool(socket->select_pool, B_SELECT_READ);
notify_select_event_pool(socket->select_pool, B_SELECT_WRITE);
notify_select_event_pool(fWriteSelectSyncPool, B_SELECT_WRITE);
notify_select_event_pool(fReadSelectSyncPool, B_SELECT_READ);
notify_select_event_pool(fReadSelectSyncPool, B_SELECT_DISCONNECTED);
notify_select_event_pool(fWriteSelectSyncPool, B_SELECT_ERROR);
notify_select_event_pool(fWriteSelectSyncPool, B_SELECT_WRITE);