add_select_sync_pool_entry
status_t add_select_sync_pool_entry(select_sync_pool **pool, selectsync *sync,
status_t error = add_select_sync_pool_entry(&device->select_pool, sync,
status_t error = add_select_sync_pool_entry(&device->select_pool, sync,
status_t error = add_select_sync_pool_entry(&tty->select_pool, sync, event);
status_t status = add_select_sync_pool_entry(&cookie->device->select_pool, sync, event);
status_t status = add_select_sync_pool_entry(&socket->select_pool, sync,
status_t error = add_select_sync_pool_entry(pool, sync, event);
if (add_select_sync_pool_entry(pool, sync, event) != B_OK)