File indexing completed on 2024-04-14 03:49:47

0001 /*
0002     This file is part of the KDE Project
0003     SPDX-FileCopyrightText: 2008 Sebastian Trueg <trueg@kde.org>
0004 
0005     SPDX-License-Identifier: LGPL-2.0-or-later
0006 */
0007 
0008 #ifndef BALOO_LINUX_PRIORITY_H_
0009 #define BALOO_LINUX_PRIORITY_H_
0010 
0011 bool lowerIOPriority();
0012 /// Sets the priority to batch
0013 bool lowerSchedulingPriority();
0014 bool setIdleSchedulingPriority();
0015 bool lowerPriority();
0016 
0017 #endif // BALOO_LINUX_PRIORITY_H_