remove_select_sync_pool_entry
status_t remove_select_sync_pool_entry(select_sync_pool **pool,
return remove_select_sync_pool_entry(&device->select_pool, sync, event);
return remove_select_sync_pool_entry(&device->select_pool, sync, event);
return remove_select_sync_pool_entry(&tty->select_pool, sync, event);
return remove_select_sync_pool_entry(&cookie->device->select_pool, sync, event);
return remove_select_sync_pool_entry(&socket->select_pool, sync, event);
remove_select_sync_pool_entry(pool, sync, event);