Baloo

priority.h
1/*
2 This file is part of the KDE Project
3 SPDX-FileCopyrightText: 2008 Sebastian Trueg <trueg@kde.org>
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
11bool lowerIOPriority();
12/// Sets the priority to batch
13bool lowerSchedulingPriority();
14bool setIdleSchedulingPriority();
15bool lowerPriority();
16
17#endif // BALOO_LINUX_PRIORITY_H_
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:20:16 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.