Baloo

priority.h
1 /*
2  This file is part of the KDE Project
3  SPDX-FileCopyrightText: 2008 Sebastian Trueg <[email protected]>
4 
5  SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7 
8 #ifndef BALOO_LINUX_PRIORITY_H_
9 #define BALOO_LINUX_PRIORITY_H_
10 
11 bool lowerIOPriority();
12 /// Sets the priority to batch
13 bool lowerSchedulingPriority();
14 bool setIdleSchedulingPriority();
15 bool lowerPriority();
16 
17 #endif // BALOO_LINUX_PRIORITY_H_
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Nov 29 2023 03:56:26 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.